Skip to content

A start project to code using Model View Presentation architecture.

License

Notifications You must be signed in to change notification settings

brunogabriel/android-skeleton-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-skeleton-mvp

Build Status CircleCI codecov codebeat badge

A basic structure to start new projects using Model View Presenter (MVP) architecture.

Built With

API

The API used is JSONPlaceholder, the data model is album:

[
  {
    "albumId": 1,
    "id": 1,
    "title": "accusamus beatae ad facilis cum similique qui sunt",
    "url": "https://via.placeholder.com/600/92c952",
    "thumbnailUrl": "https://via.placeholder.com/150/92c952"
  },
  {
    "albumId": 1,
    "id": 2,
    "title": "reprehenderit est deserunt velit ipsam",
    "url": "https://via.placeholder.com/600/771796",
    "thumbnailUrl": "https://via.placeholder.com/150/771796"
  },
  {
    "albumId": 1,
    "id": 3,
    "title": "officia porro iure quia iusto qui ipsa ut modi",
    "url": "https://via.placeholder.com/600/24f355",
    "thumbnailUrl": "https://via.placeholder.com/150/24f355"
  } 
]

Showcase

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A start project to code using Model View Presentation architecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages