/simple-movie-app

Application that shows list of movies and TV series using TMDB API.

Primary LanguageKotlin

Movie Application

Application that shows list of movies and tv series using TMDB API.

Features:

  1. API using Retrofit
  2. Recycler View
  3. MVVM
  4. Share film (Implicit intent)

Getting Started

  1. Clone this repository to your laptop/computer
  2. Open it with Android Studio
  3. Rename gradle.properties.txt to gradle.properties
  4. Change <TMDB_Api_Key> with your own TMDB API KEY. Learn how to make it.
  5. To prevent errors, build project first before running it on your device or emulator