Skip to content

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.

Notifications You must be signed in to change notification settings

javaboboApp/Simple-example-mvp-model-view-presenter-

Repository files navigation

mvp

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:

Link in the play store

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages