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: 22 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T17:57:14.000Z (about 1 month ago)
- Last Synced: 2025-03-23T18:35:07.147Z (about 1 month ago)
- Topics: android, compose, dagger-hilt, jetpack-compose, kotlin, themoviedb, tmdb
- Language: Kotlin
- Homepage:
- Size: 56.3 MB
- Stars: 414
- Watchers: 3
- Forks: 42
- 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