Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 920 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 920 Bytes

adba

Proposed application : A light and interactive Android Application that shows movie/series details and its related data using a Omdb API.

adba_ss

Concepts & Functionality used : The enitre app is created using kotlin and Android's newly launched Jetpack Compose. It follow clean architecture MVVM pattern.

Features include:

  • Fetching movie data from remote data source
  • Bookmark your favorite selection and store them in a local storage.
  • Network error handling (no netowrk / Loading / error)
  • Local caching
  • Tools used: Retrofit, Kotlin coroutines, Flow, Live data, Hilt (dependency injection), Glide, Room Database, Jetpack Compose

Check the app: Application download link.