https://github.com/2kabhishek/moviewatcher
Learn about your favourite movies 🎟🎥
https://github.com/2kabhishek/moviewatcher
android database kotlin movies omdb
Last synced: 2 months ago
JSON representation
Learn about your favourite movies 🎟🎥
- Host: GitHub
- URL: https://github.com/2kabhishek/moviewatcher
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-04-11T16:12:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:37:22.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:17.689Z (over 1 year ago)
- Topics: android, database, kotlin, movies, omdb
- Language: Kotlin
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
MovieWatcher is a feature packed application that allows you to search for movies, actors and all related information.
Uses OMDB API to fetch data.
Also has a built-in database that stores your favourite movies.
## Inspiration
Wanted to explore the OMDB API.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `Android Studio` and `OMDB API Key`
## Getting MovieWatcher
To install MovieWatcher, follow these steps:
```bash
git clone https://github.com/2kabhishek/MovieWatcher
cd MovieWatcher
```
## How it was built
MovieWatcher was built using `Android Studio`, `OMDB API` and `Kotlin`
## Challenges faced
Figuring out the App design and UI.
## What I learned
- Learned a lot about Android UI design.
- Worked with `OMDB API`
- DAO's and database interaction with Kotlin.
## What's next
Add image support.
Hit the ⭐ button if you found this useful.
## More Info