Android Studio templates for MVP architecture proposed by ribot
- Place
MVPFragmemnt
dir into{ADS_DIR}/plugins/android/lib/templates/other/
(On Mac -> Applications -> Android Studio -> Right Click Show Package Contents -> Contents -> plugins ->android ->lib -> templates ->other) - Place
MVPActivity
dir into{ADS_DIR}/plugins/android/lib/templates/activities/
- Restart Android Studio.
- Right click on package where MVPFragment or MVPActivity need to be create -> New -> MVP