https://github.com/prasoondhaneshwar/themoviedatabasejetpackcompose
An Android app to browse through unlimited movies.
https://github.com/prasoondhaneshwar/themoviedatabasejetpackcompose
android jetpack-compose kotlin ktor paging3 tmdb
Last synced: 4 months ago
JSON representation
An Android app to browse through unlimited movies.
- Host: GitHub
- URL: https://github.com/prasoondhaneshwar/themoviedatabasejetpackcompose
- Owner: PrasoonDhaneshwar
- Created: 2024-09-04T16:00:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-13T10:51:32.000Z (7 months ago)
- Last Synced: 2025-11-13T12:21:17.693Z (7 months ago)
- Topics: android, jetpack-compose, kotlin, ktor, paging3, tmdb
- Language: Kotlin
- Homepage:
- Size: 4.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **TheMovieDatabase**
An Android app to browse through unlimited movies.
## **👇 Download** ##
Click [here](https://github.com/PrasoonDhaneshwar/TheMovieDatabaseJetpackCompose/releases/download/2.0/TheMovieDatabase-v2.0.apk) to download **TheMovieDatabase** application
---
## 📸 Screenshots ##
---
### **🔑 The Movie Database (TMDB) API** ###
*API:*
---
# 🛠️Libraries and Dependencies #
- *[Ktor](https://ktor.io/)* - Create asynchronous client and server applications. Anything from microservices to multiplatform HTTP client apps in a simple way.
- *[Coil](https://coil-kt.github.io/coil/).* An image loading library for Android and Compose Multiplatform.
- *[Hilt](https://dagger.dev/hilt/)* - Provides a standard way to incorporate Dagger dependency injection into an Android application.
- *[Paging](https://developer.android.com/jetpack/androidx/releases/paging)* - Easy to load data gradually and gracefully within an app's List.
- *[Material Components for Android](https://github.com/material-components/material-components-android)* - Modular and customizable Material Design UI components for Android.