Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android MVP implementation

i came across a few articles talking about the subject but i cannot understand how to apply MVP on my app code. is there any specific guidelines for a clean MVP implementation for android.

thank you

like image 593
Helmi Avatar asked Jun 19 '15 14:06

Helmi


1 Answers

Checkout this link:
Material movies
MVPAndroidBootstrap
Clean-Contacts
MvpCleanArchitecture
Android-CleanArchitecture
At this links you will find a lot of MVP implementations for android

UPDATED:

mosby - A Model-View-Presenter library for modern Android apps
ThirtyInch - A new MVP library for Android
Moxy - Android MVP library without problems of lifecycle and boilerplate code

UPDATED:

Interesting-Android-repositories - contains a lot MVP implementations for Android.

like image 101
Aleksandr Avatar answered Oct 22 '22 08:10

Aleksandr