https://github.com/androidstarters/androidstarters-template
[Android Studio Templates] Generate app using
https://github.com/androidstarters/androidstarters-template
Last synced: over 1 year ago
JSON representation
[Android Studio Templates] Generate app using
- Host: GitHub
- URL: https://github.com/androidstarters/androidstarters-template
- Owner: androidstarters
- License: apache-2.0
- Created: 2016-07-12T06:56:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T20:51:59.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T21:40:10.308Z (over 1 year ago)
- Language: FreeMarker
- Homepage: https://github.com/androidstarters/android-starter
- Size: 1.83 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Android Studio MVP Starter Template
This is an Android Studio template for MVP.
## Installation
#### For Mac:
- If you have a standard Android Studio installation:
Just run the install script at the root of this repository:
```
./install.sh
```
- Manual installation:
Just copy all 3 directories `MVPFragment`, `MVPActivity` and `MVPStarter` to `$ANDROID_STUDIO_FOLDER$/Contents/plugins/android/lib/templates/activities/`
#### For Windows:
Just copy all 3 directories `MVPFragment`, `MVPActivity` and `MVPStarter` to `$ANDROID_STUDIO_FOLDER$\plugins\android\lib\templates\activities\`
## License
Copyright 2016 Ravindra Kumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.