Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.