Skip to content

TMDb is a application to show list of movies on Android, built using Kotlin with Clean Architecture concepts and MVVM with Flow

Notifications You must be signed in to change notification settings

Patotski-AS/TMDb

Repository files navigation

TMDb

TMDb is a application to show list of movies on Android, built using Kotlin with Clean Architecture concepts and MVVM with Flow

Screenshots

Prerequisites

Add your TMDB API key in the local.properties file:

api_key=YOUR_API_KEY

Features

  • Search for movies
  • View movie details like release date, rating, overview
  • Adding movies to favorites
  • Change dark and light themes in the settings
  • Works offline by caching data into a database.

Architecture

Technologies