An open API service indexing awesome lists of open source software.

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

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 day

https://user-images.githubusercontent.com/61690178/122468449-2921d980-cfd5-11eb-9580-10bc21b4a4ed.mp4

ScreenShots:
![Screenshot_20210618-011213](https://user-images.githubusercontent.com/61690178/122466341-9ed87600-cfd2-11eb-9357-72d8a8e78472.png)

![Screenshot_20210618-011205](https://user-images.githubusercontent.com/61690178/122466447-c2032580-cfd2-11eb-9ffd-c048f46ffb88.png)

![Screenshot_20210618-011244](https://user-images.githubusercontent.com/61690178/122466481-cfb8ab00-cfd2-11eb-9b7f-0afd9f38c85a.png)

![Screenshot_20210618-011213](https://user-images.githubusercontent.com/61690178/122466506-d6dfb900-cfd2-11eb-9428-845174d667d4.png)
![Screenshot_20210618-011237](https://user-images.githubusercontent.com/61690178/122466515-da734000-cfd2-11eb-80a9-5d0e6aa6c883.png)