Skip to content

askarsyzdykov/android-template-ca

Repository files navigation

Simple Android MVP + Clean Architecture application template

Tech

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.

Installation

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

License

MIT

Free Software, Hell Yeah!

About

Simple Android MVP + Clean Architecture application template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published