/android_mvp_boilerplate

Android Architecture for android MVP based projects consisting Dagger,Butterknife & Retrofit and its used for quick start.

Primary LanguageJava

android_mvp_boilerplate

This is a basic android biolerplate based on MVP helps to start coding immediately without worrying about package name, package structure, gradle file structure and implementing basic gradle plugins necessary for the project. So go ahead clone it and start coding.

This project uses:

  1. Retrofit/Okhttp For network calls

  2. Dagger 2 For dependency injection

  3. Butterknife For view injection

  4. Timber For logging

  5. Google play services

  6. Gson For serialization/deserialization

7.Errorprone&Checkstyle For code analysis