NKwatra / Movify

An android application to search for latest movies and trailers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movify

An android app that allows user to learn about latest trending movies, watch trailers, bookmark favourite movies and share with friends.

Data source : TmDb API for movie data and Youtube Android Player API for trailers

To Run Locally :

  1. Clone the repository git clone https://github.com/NKwatra/Movify.git

  2. Get your own copy of TmDb Api and Youtube Android Player Api.

  3. Create gradle.properties file in root folder of repository touch gradle.properties.

  4. Add below 2 lines to gradle.properties :

        API_KEY = <<your api key >>
    
        YOUTUBE_API_KEY = << your api key >> 
    
  5. Rebuild the project and run the app.

Home screen

Trending Movies screen

movie details screen

movie cast screen

cast details screen

favourite movies screen

About

An android application to search for latest movies and trailers


Languages

Language:Java 100.0%