Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.01 KB

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