Skip to content

Kotlin app using Volley, GSON and Glide to pull in popular movies from The Movie DB (TMDB)

Notifications You must be signed in to change notification settings

jennparker/movie-monster

Repository files navigation

Movie Monster: Popular Movie Tracker

This app uses Volley for networking, GSON for converting JSON and Glide for image management. It uses The Movie DB (TMDB) to retrieve movie data.

Getting Started

You'll need to register for an API key from TMBD.

Once you have your key, open Constants.kt and replace INSERT KEY HERE with your key.

Movie Details

Thought it is a work in progress, this app currently takes the first 20 results of the list of movies from most popular to least popular. Title, movie poster, overview and genre (first listing only) are displayed.

splash screen splash screen

About

Kotlin app using Volley, GSON and Glide to pull in popular movies from The Movie DB (TMDB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages