Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Logo

Jetflix


A movie listing app showcasing various UIs built with Jetpack Compose using TheMovieDb API


## Screenshots


Screenshot 1
Screenshot 2
Screenshot 3

## 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