Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 712 Bytes

MovieApp

MovieApp is an android app that consumes TheMovieDB API which is from https://api.themoviedb.org/.

The Movie DataBase

Contents

SplashActivity

Displays the movie db icon image with fade in animation

LoginActivity

Sample login implementation with email and also using Facebook's authentication

DetailActivity

Shows the Casts (Credits) of the movie

HomeActivity

The Home screen there are 4 tabs showing :

  • Popular,
  • Top,
  • Upcoming and
  • In Theater Movies.

image