BreakOutEvent / breakout-android-legacy

The Android App for BreakOut.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Let Activities/Fragments listen to UserManager events #20

Closed tinobo closed 8 years ago

tinobo commented 8 years ago

Every Activity/Fragment displaying user information (such as the ProfileFragment) should not just set the user data when running onCreate(...) but should instead listen to user data changed events from the UserManager and refresh its data accordingly.