Skip to content

A simple Android client for The Movie DB, implementation Androidx, Dagger2, Retrofit2, RxJava2-RxKotlin

Notifications You must be signed in to change notification settings

M1Dr05/TMDb-Android

Repository files navigation

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

About

A simple Android client for The Movie DB, implementation Androidx, Dagger2, Retrofit2, RxJava2-RxKotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published