Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoppedrosa/moovies
Moovies - MVVM app with Hilt + Coroutines + Jetpack Compose + Retrofit + Room
https://github.com/joaoppedrosa/moovies
android courotines dependency-injection hilt jetpack jetpack-compose kotlin mvvm mvvm-architecture okhttp retrofit retrofit2 room
Last synced: 9 days ago
JSON representation
Moovies - MVVM app with Hilt + Coroutines + Jetpack Compose + Retrofit + Room
- Host: GitHub
- URL: https://github.com/joaoppedrosa/moovies
- Owner: joaoppedrosa
- Created: 2022-08-22T17:06:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T19:18:55.000Z (about 1 year ago)
- Last Synced: 2024-04-16T20:11:56.974Z (7 months ago)
- Topics: android, courotines, dependency-injection, hilt, jetpack, jetpack-compose, kotlin, mvvm, mvvm-architecture, okhttp, retrofit, retrofit2, room
- Language: Kotlin
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moovies
Moovies is a trending movies app that shows you the most actual treading movies.
The app was built using MVVM + Hilt + Coroutines + Jetpack Compose + Retrofit + Room
# UI/UX
The UI/UX inspiration comes from the mockup on Pinterest created by Stephen TGW, [go check it](https://pin.it/2eW0gEr).
![ui/ux](https://github.com/joaoppedrosa/Moovies/blob/main/images/ui.png)
# API
The app uses the [TMDB API](https://developers.themoviedb.org/3/) to fetch all the data show in the application.