Template uses a number of open source projects to work properly:
- Moxy - MVP framework for Android
- Dagger2 - A fast dependency injector for Android and Java.
- Fresco - a powerful system for displaying images in Android applications.
- Retrofit2 - A type-safe HTTP client for Android and Java.
- EasyPrefs - small library containing a wrapper/helper for the Shared Preferences of android.
- RxJava/RxAndroid - RxJava bindings for Android
- Room - persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
Clone this project:
$ git clone https://github.com/askarsyzdykov/android-template-ca
Change remote:
$ git remote set-url origin <your-repository-link>
Push code to your repository:
$ git push origin master
MIT
Free Software, Hell Yeah!