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

Create Listener interface for MyRadinGroupsActivity #73

Closed CedricCook closed 9 years ago

CedricCook commented 10 years ago

Create an interface for a Listener that is called when data from RadinGroupStorageManager.getAllByUserId() is ready, and implement that listener in the MyRadinGroupActivity. Name of the interface: MyRadinGroupsAvailableListener ? @Walono I think this would be good for you!