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

Add server interactions on NewRadinGroupActivity & AddExpenseActivity #72

Closed Jokau closed 9 years ago

Jokau commented 9 years ago

Activites should call an async task from StorageManager and have a function (callback) that retrieves the data.

Jokau commented 9 years ago

AddExpenseActivity: non-participating people to the expense must be added to the expense with coeff 0

Jokau commented 9 years ago

First try of implementing storagemangers is commented in classes Need to find a way to manipulate user' s friends and participants to radinGroup (branch issue#72 is pushed)

Jokau commented 9 years ago

Storage managers are integrated to the code, but it uses blank methods -> need to implement those methods asap to see if it works.

Jokau commented 9 years ago

finally on master