Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 417 Bytes

android-retrofit-boilerplate

Default template for new Android projects using a backend API

Skeleton Android app that I use as basefor new Android projects. Follows MVP pattern and makes use of DI and Retrofit with RxJava

Libraries and tools included:

  • Support libraries
  • RecyclerViews
  • RxJava and RxAndroid
  • Retrofit 2 and Logging interceptor
  • Dagger 2
  • Functional tests with Espresso
  • Mockito
  • Gson