android base development with mvp | android-architecture from google approach (https://github.com/googlesamples/android-architecture)
This is a generator ecosystem by Yeoman thank helps us to kickstart new projects, prescribing best practices and tools to help you stay productive and of course make our life is easier.
In this repository I create generator for android development, actually this is my android base development. I built this android dev template with offline first approach [Google IO 2016] (https://www.youtube.com/watch?v=70WqJxymPr8&t=2s) and inspired by this [Android Architecture] (https://github.com/googlesamples/android-architecture) and this [Android Job Queue] (https://github.com/yigit/android-priority-jobqueue).
- Network : Retrofit
- Serialization & Deserialization : Gson
- View Binder : Butterknife
- Logging : Timber
- Image Downloader and Caching : Picasso
- Code Generation for Parcelable : Parceler
- Publish/Subscribe Event : EventBus
- Job Queue : Job-Queue
- Debuggin Local DB : Android-Db-Debug
- Memory Leak Detector : LeakCanary
- ORM Database : DBFlow
First, install Yeoman and npm (we assume you have pre-installed node.js).
Then, install generator-android-mvp-basedev using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-android-mvp-basedevThen generate your new project:
yo android-mvp-basedevFirst, clone this repository
git clone [email protected]:abdymm/generator-android-mvp-basedev.gitwe assume you have already install Yeoman and npm, now enter on repository that you cloned, and open from command line then type
npm linkThat will install your project dependencies and symlink a global module to your local file. After npm is done, you'll be able to call
yo android-mvp-basedev
without generator and you should see the this.log, defined earlier, rendered in the terminal. Congratulations, you just built your first generator!
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
Apache-2.0 © abdymalikmulky