Skip to content

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

License

Notifications You must be signed in to change notification settings

bi0hazarDD/movie-bank

Repository files navigation

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