Skip to content

Latest commit

 

History

History
32 lines (11 loc) · 1013 Bytes

README.md

File metadata and controls

32 lines (11 loc) · 1013 Bytes

movie-bank

An Android application built using Kotlin & SQLite which also uses IMDb movie database API services.

Key features:

Home screen, displaying buttons that lead to different features in the app.

k1

Search for a movie, using imdb api and display results & movie poster icon

k2

After a movie has been added to the local storage, a user can search for the names of actors in the films they have saved in the app.

k3

For a broader and more general search, the user can enter keywords from film titles and find all films in existence for that keyword, such as "Batman.".

k4