A recipe finding app for people who love to cook.
This repository implements MVP architecture using Dagger2, GreenDao, RxJava and Retrofit2.
- data: It contains all the data accessing and manipulating components.
- di: Dependency providing classes using Dagger2.
- ui: View classes along with their corresponding Presenters.
- service: Services for the application.
- utils: Utility classes.
- RxJava2: https://github.com/ReactiveX/RxAndroid
- Dagger2: https://github.com/google/dagger
- Retrofit2: https://github.com/square/retrofit
- Calligraphy: https://github.com/chrisjenx/Calligraphy
- GreenDao: http://greenrobot.org/greendao/
- ButterKnife: http://jakewharton.github.io/butterknife/



