Skip to content

mjdenham/Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Android Project displays a list of top rated movies. Selecting a top rated movie shows details of the selected movie alongside a list of similar movies.

Movie data is sourced from https://www.themoviedb.org/

Some of the technologies used are: Kotlin, Jetpack Compose, Jetpack Navigation, Jetpack Paging, Material 3, Retrofit, Kotlinx serialization and Koin.

Building the Android App

A recent version of Android Studio is required to build the app.

The app requires an api authorisation key to access The Movie DB api. This key must be added to apikeys.properties file in the root of the project, as below.

TMDB_API_TOKEN="eyJhbGci..."

In accordance with general standards no api key has been checked into the github repository. The project will not build until an api key has been added to apikeys.properties.

Demo

Screen_recording_20240816_142210.mp4

About

Created for an interview. Displays movies retrieved from Movie DB api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages