generator-android-kotlin-mvvm v1.8.5
Code Base Generator for Android Project
A Boilerplate code generator for creating Android project. Using Kotlin and MVVM pattern that refer to Android Jetpack. This boilerplate using PokéAPI for sample data source list.
What's Included:
How To Use
Install yeoman using NPM
npm install -g yoCreate your project directory
mkdir MyNewApp
cd MyNewApp/Install generator using NPM
npm install -g generator-android-kotlin-mvvmNew Node and npm users might run into permissions issues. These issues show up in the form of EACCESS errors during installation. Refer to the npm guide to fix permissions if this happens to you.
On Windows, we suggest using a better command line tool such as cmder or PowerShell to improve the experience.
Run Generator using Yeoman
yo android-kotlin-mvvmOnce boilerplate generated sucessfully, open it using Android Studio, sync/rebuild your project, and done! Check Wiki for more information how to use this boilerplate.
Notes
Make sure you are using java version 17 before try to sync/build the source. Configure it at android studio -> file -> project structure -> SDK location -> gradle settings -> gradle JDK
Troubleshooting
Most issues can be found by running:
yo doctorThe doctor command will diagnose and provide steps to resolve the most common issues.
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago