Demo app for good android architecture using
-Rxjava
-Dagger
-Butterknife
-Glide
-Volley
-Timber
####The app is divided into two modules
####-App Module
A demo module
which is divided into three layers
-Data layer (Repository Pattern)
-Domain layer
-Presentation layer (MVP Pattern)
####-BaseCore Module
which contains reusable dagger modules
-Network Module
-Logger Module
-Cache Module
-Application Module
and resusable components
-BaseCoreApp
-BaseCoreActivity
-BaseCorePresenter
-BaseCoreFragment
-BaseCoreRecyclerAdapter