/Movie-Catalogue

Application used to inform movies and tv series

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Catalogue Movie

This repository contains detailed application examples of MADE course projects in the Dicoding Academy. This application uses the API from TheMovieDB.




The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Implementation to inject context into resources.
  3. provider: Implementation of content provider usage.
  4. services: implementation of the use of service alarms on the reminder.
  5. ui: View classes along with their corresponding ViewModel.
  6. utils: Utility classes.

Library reference resources:

  1. ButterKnife: https://github.com/JakeWharton/butterknife
  2. Glide: https://github.com/bumptech/glide
  3. FastAndroidNetworking: https://github.com/amitshekhariitbhu/Fast-Android-Networking
  4. ShimmerFacebook: https://github.com/facebook/shimmer-android
  5. Lottie: https://github.com/airbnb/lottie-android
  6. BubbleShowcase: https://github.com/ECLaboratorio/BubbleShowCase-Android
  7. Room: https://developer.android.com/topic/libraries/architecture/room.html
  8. Sdp: https://github.com/intuit/sdp
  9. Ssp: https://github.com/intuit/ssp

Noted

Please use this as a reference only. Hope this helps you develop more projects.