I'm wondering how to use Android's Activity.
Use as a controller , passing everything that will be managed from model , or do I make one for each "screen"?
Example: I have the initial screen that chooses the action, A Screen that creates Event, A screen that lists Events, A screen that shows specific event.
Do I create an Activity for each, or do I have an EventActivity that controls all requests?