Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagar15795/studiomvptemplate
MVP template for Android Studio
https://github.com/sagar15795/studiomvptemplate
android android-studio mvp template
Last synced: 10 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T18:24:10.000Z (over 7 years ago)
- Last Synced: 2024-12-06T16:45:31.786Z (2 months 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.