timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

supress the hard code in NewRadinGroups #136

Closed Walono closed 9 years ago

Walono commented 9 years ago

Supress this and put real code: public String[] serverGetFriendsInGroup() { String[] names = { "julie", "francois", "xavier", "Igor", "JT", "Thierry", "Ismail", "Tanja", "Hibou", "Cailloux", "Poux" }; //TODO add proper methods return names;

Walono commented 9 years ago

done