gdg-berlin-android / gdg-events-app

See past GDG Events through the eyes of a participant.
http://www.meetup.com/GDG-Berlin-Android
Apache License 2.0
7 stars 0 forks source link

Separate UI into different Activities #2

Open mariobodemann opened 8 years ago

mariobodemann commented 8 years ago

Currently we are using only one Activity for displaying the results.

We should change that into at least 3 Activities:

With this split into Activities, we gain useful use of the backbutton, and a saner behaviour check for all the different aspects of this app (No About overflow, when About is displayed, etc)