This is an Android Studio template for MVP.
- If you have a standard Android Studio installation:
Just run the install script at the root of this repository:
./install.sh
- Manual installation:
Just copy all 3 directories MVPFragment
, MVPActivity
and MVPStarter
to $ANDROID_STUDIO_FOLDER$/Contents/plugins/android/lib/templates/activities/
Just copy all 3 directories MVPFragment
, MVPActivity
and MVPStarter
to $ANDROID_STUDIO_FOLDER$\plugins\android\lib\templates\activities\
Copyright 2016 Ravindra Kumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.