Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.91 KB

README.md

File metadata and controls

53 lines (46 loc) · 1.91 KB

TMDb-Kotlin

A simple Android client for The Movie DB

This project is an Android app which displays data from The Movie Database The Movie Database API.

Features

  • Get Movies
    • Get the Popular Movies
    • Get the Top Rated Movies
    • Get the Upoming
    • Get the Now Playing
  • Get Tv shows
    • Get the Popular Tv shows
    • Get the Top Rated
    • Get the On Tv
    • Get the Airing Today
  • Get People
  • Show the movie detail and tv shows details
  • Get the images from a movie and tv shows
  • Get the trailers/clips from a movie and tv show
  • Search Movies, tv shows and persons

Build this project

In the build.gradle assign your API_KEY_TMDB

  • Get the TheMoviedb API KEY here
ext {
        API_KEY_TMDB = "\"YOU_API_KEY\""
}

Implementations