- Notifications
You must be signed in to change notification settings - Fork0
a way to make android development easier with Yeoman Generator
License
abdymm/generator-android-mvp-basedev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
android base development with mvp | android-architecture from google approach (https://github.com/googlesamples/android-architecture)
This is a generator ecosystem byYeoman 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, installYeoman andnpm (we assume you have pre-installednode.js).
Then, install generator-android-mvp-basedev usingnpm (we assume you have pre-installednode.js).
npm install -g yonpm install -g generator-android-mvp-basedev
Then generate your new project:
yo android-mvp-basedev
First, clone this repository
git clone git@github.com:abdymm/generator-android-mvp-basedev.git
we assume you have already install Yeoman and npm, now enter on repository that you cloned, and open from command line then type
npm link
That 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
withoutgenerator
and you should see thethis.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 tolearn more about Yeoman.
Apache-2.0 ©abdymalikmulky
About
a way to make android development easier with Yeoman Generator
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.