A Social platform for Movie lovers
- Written in Kotlin
- UI written in Jetpack Compose
- MVVM Architecture
- Hilt for Dependency Injection
- Uses Navigation Component
- Uses Coil for Image loading
- Uses TMDb API (via TMDb-Kotlin library)
Because Vikki is written in Jetpack Compose, you need the latest version of Android Studio to be able to build it.
Vikki uses TMDb API, so you need to get an API Key
from TMDb.
then, create a file named secrets.properties
:
cp secrets.defaults.properties secrets.properties
put your API Key in that file:
# This file contains Secrets such as API Keys
# This file should *NOT* be checked into Version Control Systems
TMDB_API_KEY=YOUR_API_KEY