Find your favorite movies from TheMoviesDB API
- Create a file
apikey.propertieslocated at the root level of the project. - Add your MovieDB API KEY to the file:
THEMOVIEDB_API_KEY="[YOUR_API_KEY]"OR Renamesampleapikey.propertiestoapikey.properties, then add your MovieDB api KEY to the file.
- Architecture Components: ViewModel, LiveData
- Coroutines and Flow
- Coil Image loading
- Dagger2
- Retrofit2 / OkHttp