generator-android-minks
v0.0.4
Published
generator for an android mvvm and rxFirebase project
Downloads
1
Maintainers
Readme
Generator For Android
An MVVM Boilerplate Code which Saves A lot of Time than to create the whole project from scratch :P
How it works?
It provides a generator to create and maintain a android application based on the latests frameworks and patterns used by the community.
- [JAVA]
- [Data-Binding]
- [MVVM-Architecture]
- [Firebase]
- [RxFirebase i.e:DAO]
Installation
First, install Yeoman and generator-android-minks using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-android-minks
Then generate your new project:
mkdir NewApp
cd NewApp
yo android-minks
1. How do we use this Project
After installation open the project on Android Studio (it'll take couple of mins to build the gradle files)
Open your Browser and make an Android Project on Firebase
now let's Connect To Android Project first we need to give the packege name same as you give in terminal
last Step download the google-services.json file and paste under app/src/google-services.json and you're Project is now connected With Firebase.