An MVVM Boilerplate Code which Saves A lot of Time than to create the whole project from scratch :P
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]
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
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 project level folder app/google-services.json and you're Project is now connected With Firebase.