Android Studio template for easy implementing MVP pattern into your projects.
!!! IMPORTANT !!! Before you start paste folders (BaseArch, NewActivity and NewFragment) into your_path_to_android_studio/plugins/android/lib/templates/activities. !!! IMPORTANT !!!
-
Create project with BaseArch template. // Please do not change names of base files. It will add you problems when you'll be creating activities and fragments.
-
If you want to create new activity just go to File->New->MVP->NewActivity.
-
If you want to create new fragment - File->New->MVP->NewFragment.
-
Good luck.