MVP(Model View Presenter) pattern It allows to separate presentation layer from the logic.
RxJava , RxAndroid Handles creation of a request to api
Retrofit, OkHttp, Gson Handles HTTP request and responses
Dagger 2 A dependency Injection framework. It is based on annotations and uses code generation.
DBFlow A blazing fast, powerful, and very simple ORM android database library that writes database code for you. It was built on SQLite.
