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

https://github.com/roroche/androidstudioconfigurations

Useful configurations for Android Studio
https://github.com/roroche/androidstudioconfigurations

Last synced: 6 months ago
JSON representation

Useful configurations for Android Studio

Awesome Lists containing this project

README

          

# AndroidStudioConfigurations
Useful configurations for Android Studio

- Add the content of the `templates_activities` folder into:

```
{ANDROID_STUDIO_LOCATION}/plugins/android/lib/activities/other
```
You may find:
- `MvpTemplate`: a template to generate an activity-based MVP module (using the amazing [mosby library by Hannes Dorfmann](http://hannesdorfmann.com/mosby/))

## TODO

- [ ] add template for dagger2-compliant VIPER module