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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d7bbff · Dec 8, 2021

History

7 Commits
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 8, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021

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