https://github.com/kashif-e/popular-movies-app-using-jepack-retrofit-coroutines-and-mvvm
App build with TMDB API to demonstrate Jetpack and Modern Android Development Concepts
https://github.com/kashif-e/popular-movies-app-using-jepack-retrofit-coroutines-and-mvvm
clean-architecture coroutine darkmode datastore-android flow glide jetpack jetpack-android jetpackcompose kotlin livedata moshi mvvm-android mvvm-architecture popularmovies retrofit room-database room-persistence-library tmdb-api
Last synced: 2 months ago
JSON representation
App build with TMDB API to demonstrate Jetpack and Modern Android Development Concepts
- Host: GitHub
- URL: https://github.com/kashif-e/popular-movies-app-using-jepack-retrofit-coroutines-and-mvvm
- Owner: Kashif-E
- Created: 2020-12-13T12:14:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T07:51:32.000Z (over 3 years ago)
- Last Synced: 2025-03-28T01:26:12.893Z (3 months ago)
- Topics: clean-architecture, coroutine, darkmode, datastore-android, flow, glide, jetpack, jetpack-android, jetpackcompose, kotlin, livedata, moshi, mvvm-android, mvvm-architecture, popularmovies, retrofit, room-database, room-persistence-library, tmdb-api
- Language: Kotlin
- Homepage:
- Size: 7.15 MB
- Stars: 18
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Popular Movies App Using Latest Android Development techniques
Popular movies app is built with TMDB API to promote MAD skills, Clean architecture and showcase modern android development techniques, such as coroutines, room database , data store instead of shared preferences and jetpack components working in harmony with retrofit to parse and display data.Libraries Used:
Libraries | Purpose
------------- | -------------
Preferences DataStore | To save darkmode preferences
Coroutines | Asynchronous calls to database/network
Jetpack Compose | Making layout of movie details Screen(converting the whole to single activity with no fragments and only composable soon)
Flow | Real time Internet Connection Monitoring
Glide | Image Loading
accomponist-Glide | Loading images from network in compose
Databinding | Connecting data to xml and inflating layouts
retrofit | making network request/ logging network requests
room | offline caching/ saving liked movies
moshi | parsing json
work manager | WorkManager is used so that data is refreshed only once a dayhttps://user-images.githubusercontent.com/61690178/122468449-2921d980-cfd5-11eb-9580-10bc21b4a4ed.mp4
ScreenShots:



