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

Movie Home

Home page

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.

Movie List

Movie List

The movie list can be filtered down to PG-13 age rating movies where all the kids-friendly movies will be shown. This feature allows users to easily find movies that they can play for their children or children in general.

Movie List (filtered)

Movie List (filtered)