Currently we are using only one Activity for displaying the results.
We should change that into at least 3 Activities:
An Activity shown at the start of the App.
One for selecting events, once they are loaded.
A detail Activity if an event got selected and
an about Activity, to inform the user, about what is actually going on here.
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)
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)