Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andhikayuana/movieapp-compose
MovieApp using Compose
https://github.com/andhikayuana/movieapp-compose
android android-app android-application android-compose android-movie-application jetpack-compose moviedb-api
Last synced: about 5 hours ago
JSON representation
MovieApp using Compose
- Host: GitHub
- URL: https://github.com/andhikayuana/movieapp-compose
- Owner: andhikayuana
- License: mit
- Created: 2023-02-08T06:27:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T03:07:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T08:49:12.037Z (2 months ago)
- Topics: android, android-app, android-application, android-compose, android-movie-application, jetpack-compose, moviedb-api
- Language: Kotlin
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# movieapp-compose
MovieApp using Compose## Requirements
- Git
- JDK 11
- Android Studio Electric Eel | 2022.1.1 Patch 1 + SDK
- MovieDB API## Demo & Screenshots
| Demo | Movies | Favorites | Detail |
|--|--------|-----------|--------|
| | ![Movies](./docs/screenshots/movies.png) | ![Favorites](./docs/screenshots/favorites.png) | ![Detail](./docs/screenshots/detail.png) |## How to Run (Development)
- Clone this project
- Open this project using Android Studio
- Wait until sync & indexing success
- Make sure you are running the emulator or with your device
- Then click Run
- Wait the build process & Voila!##