Skip to content

ApparentlyAndy/TV-Movie-Search

Repository files navigation

TV-Movie-Search

TV Movie Search Mobile App

This mobile application is made using Kotlin and Android Studio.
The code isn't the prettiest, but it was a great learning experience.

Made on the week of January 20th, 2019. Project lasted about a week and a half.
However, most of the coding was done within the last 3-5 days.

This mobile application uses "The MovieDB" api to fetch information about TV Shows and Movies.
Link: https://www.themoviedb.org

Instructions to use

  1. Sign up to https://www.themoviedb.org and request an API key.
  2. Download project.
  3. Inside of "model" folder, create a new Kotlin class file named "ApiKey".
  4. Inside of "ApiKey.kt" file, copy and paste the code below
    class ApiKey {
    companion object {
        val apiKey:String = "YOUR API KEY"
      }
    }
  5. Run project.

GIF DEMO

DEMO PART 1

TV Movie Search Demo Part 1

DEMO PART 2

TV Movie Search Demo Part 1

About

Kotlin Android Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages