Movie List App
This is a movie list app to track the movies that I have watched. I am required to enter the relevant fields (movie title, genre, year, rating) to insert the movie. There is input validation thus I am not able to insert a movie into the list with a blank input field. The list also have a filter function to filter out PG-13 movies for my siblings. I can also edit the movie details.
Key features:
- Scrollable movie list
- Add/Delete/Edit movie items
- Icons generated from website
Software:
- Android Studio
Language:
- Java
Links
Github Repository: Click here
The list of movies will be displayed here where the movie name, genre, year released and age rating is displayed. It is a scrollable list thus if there are many movies inserted into the list, the user will be able to scroll through. The age ratings are taken from a website using an API to fetch and display the icons.