Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 2.03 KB

README.md

File metadata and controls

58 lines (50 loc) · 2.03 KB

dhi-movie

Platform ghi4

This project is about a movie catalog that I done on my final submission from Dicoding in class Menjadi Android Developer Expert which is the last class from Android Developer Learning Path. The data used in this app is from TheMovieDB. I'm so happy because I received 5 stars on this submission. I hope this project can be useful for you as a learning reference.

Features

  • MVVM + Clean Architecture
  • Modularization
    • Module :core as library module
    • Module :favorite as dynamic-feature module
  • Koin for dependency injection
  • Kotlin Coroutines for handling data flow
  • Shimmer for loading animation
  • Leak Canary for memory leak detection

Security

  • SQLCipher for local database encryption
  • Obfuscation
  • Certificate Pinning

Screenshots

Movie List and Series List

Search Page

Favorite Page

Detail Page