https://github.com/sagar15795/studiomvptemplate
MVP template for Android Studio
https://github.com/sagar15795/studiomvptemplate
android android-studio mvp template
Last synced: 6 months ago
JSON representation
MVP template for Android Studio
- Host: GitHub
- URL: https://github.com/sagar15795/studiomvptemplate
- Owner: sagar15795
- Created: 2017-02-13T04:53:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T18:24:10.000Z (about 9 years ago)
- Last Synced: 2025-02-01T22:15:03.571Z (over 1 year ago)
- Topics: android, android-studio, mvp, template
- Language: FreeMarker
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StudioMVPTemplate
Template for Android Studio, to create a set of files for MVP functionality for both v7 appcompatactivity and v4 fragment.
# How to use it
Navigate to the location of the templates folder and pull this repo there :
```
{ANDROID_STUDIO_LOCATION}/plugins/android/lib/templates/other/
```
On MacOS, this folder was the following:
```
/Applications/Android\ Studio.app/Contents/plugins/android/lib/templates/other/
```
Spacial Thanks to [@riggaroo](https://github.com/riggaroo) for her blog.