Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weylar/Movie
A simple movie app
https://github.com/weylar/Movie
Last synced: 3 months ago
JSON representation
A simple movie app
- Host: GitHub
- URL: https://github.com/weylar/Movie
- Owner: weylar
- Created: 2020-02-21T13:11:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T09:32:52.000Z (over 4 years ago)
- Last Synced: 2024-07-15T22:52:12.603Z (4 months ago)
- Language: Kotlin
- Size: 1.18 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-kotlin-apps - Movie
README
# Movie Android App
This app is for user to be able to display list of popular movies, search and favorite for later.
It was built using `MVVM`, `Retrofit`, `WorkManager` `ViewModel & LiveData`, and `kotlin` was the language choice.
The scope of this application is limited to viewing movie details including the overview, date of release and rate.
The live version will extend more features among which will including the ovie trailer and download link, extentions for customization like themes.
### Features
- View Movie by categories.
- See movie details.
- Search for a movie.
- Favorite movie.
- Click on the like button## Getting Started
- The first step is to clone/download this repository
- Open the project in your android studio
- Goto File-> Sync Project with Gradle Files
- Goto Buil -> Rebuild
- Run -> Run app/Shift+F10