The model-view-presenter software pattern that help us to separate the view from the requests. In it pattern exist for each activity one presenter, each presenter get the response return it to the view.
In that example we will show how to implement a simple app in android using it pattern.
This app has a different modules.
1. In this module will show the weather.
2. In this module will show the first new from BBC.
3. In this module will show a list of mach.
4. In this module will show a gallery.
5. In this module will show a list of tasks.
6. In this module will show a graphics.
The webservice will be implemented for us using php like languaje: