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
- Host: GitHub
- URL: https://github.com/roroche/androidstudioconfigurations
- Owner: RoRoche
- Created: 2016-10-17T12:02:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:49:16.000Z (over 5 years ago)
- Last Synced: 2025-02-14T17:22:59.697Z (8 months ago)
- Language: FreeMarker
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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