Skip to content

A sample example for how apis be consumed using the MVP and keep the views dumb.

Notifications You must be signed in to change notification settings

aqua30/MVPSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MVPSample

A sample example for how apis be consumed using the MVP and keep the views as dump as possible. It helps in maintaining the code modular and maintainable without affecting the UI part. UI and functionality has been kept simple for brevity.

About

The project simply fetches the article list from server and display on the recycler view. It does so following the MVP pattern. You can add new article (sample article) at runtime. Check out for more.

UpComing

Local storage for articles using the new architechtural components.

About

A sample example for how apis be consumed using the MVP and keep the views dumb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages