Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinkacmaz/jetflix
Movie listing app using Jetpack Compose and Tmdb api
https://github.com/yasinkacmaz/jetflix
android compose dagger-hilt jetpack-compose kotlin themoviedb tmdb
Last synced: 4 days ago
JSON representation
Movie listing app using Jetpack Compose and Tmdb api
- Host: GitHub
- URL: https://github.com/yasinkacmaz/jetflix
- Owner: yasinkacmaz
- License: mit
- Created: 2019-11-22T20:31:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T00:28:13.000Z (11 months ago)
- Last Synced: 2024-07-08T20:00:04.690Z (4 months ago)
- Topics: android, compose, dagger-hilt, jetpack-compose, kotlin, themoviedb, tmdb
- Language: Kotlin
- Homepage:
- Size: 49.8 MB
- Stars: 379
- Watchers: 3
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jetflix
A movie listing app showcasing various UIs built with Jetpack Compose using TheMovieDb API
## Screenshots
## Download
- **[Play Store](https://play.google.com/store/apps/details?id=com.yasinkacmaz.jetflix)** - Download the latest version of the app.
- **[Releases](https://github.com/yasinkacmaz/jetflix/releases)** - Download the latest APK directly from GitHub.## Technologies
- [Kotlin](https://kotlinlang.org/) - 100% Kotlin
- [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform) - Declarative UI
- [Koin](https://github.com/InsertKoinIO/koin) - Dependency Injection
- [Coil](https://github.com/coil-kt/coil) - Image loading
- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) - Asynchronous operations and state management
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - UI related data holder
- [OkHttp](https://github.com/square/okhttp) & [Ktor](https://github.com/ktorio/ktor) - Network operations
- [TheMovieDb API](https://developers.themoviedb.org/3) - Movie data