Skip to content

emeruvia/FilmHunt

Repository files navigation

Film Hunt

Description

Find your favorite movies from TheMoviesDB API

Setup

  1. Create a file apikey.properties located at the root level of the project.
  2. Add your MovieDB API KEY to the file: THEMOVIEDB_API_KEY="[YOUR_API_KEY]" OR Rename sampleapikey.properties to apikey.properties, then add your MovieDB api KEY to the file.

Tech Stack

  • Architecture Components: ViewModel, LiveData
  • Coroutines and Flow
  • Coil Image loading
  • Dagger2
  • Retrofit2 / OkHttp

Preview