Skip to content

A beautiful recipe finding app written in java with MVP.

License

Notifications You must be signed in to change notification settings

vicky7230/Paprika

Repository files navigation

Paprika

License

A recipe finding app for people who love to cook.

This repository implements MVP architecture using Dagger2, GreenDao, RxJava and Retrofit2.

Beautiful animations using RecyclerView ItemAnimator

ItemAnimator Code


Architecture Blueprint

Blueprint

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Dagger2.
  3. ui: View classes along with their corresponding Presenters.
  4. service: Services for the application.
  5. utils: Utility classes.

Classes have been designed in such a way that it could be inherited and maximize the code reuse.

Libraries used:

  1. RxJava2: https://github.com/ReactiveX/RxAndroid
  2. Dagger2: https://github.com/google/dagger
  3. Retrofit2: https://github.com/square/retrofit
  4. Calligraphy: https://github.com/chrisjenx/Calligraphy
  5. GreenDao: http://greenrobot.org/greendao
  6. ButterKnife: http://jakewharton.github.io/butterknife
  7. Timber: https://github.com/JakeWharton/timber
  8. Glide: https://github.com/bumptech/glide
  9. Okhttp3: https://github.com/square/okhttp
  10. Gson: https://github.com/google/gson

License

   Copyright (C) 2017 VIPIN KUMAR

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.