Skip to content

rashmi-tondare/movie-time

Repository files navigation

movie-time

An android app to display movies playing now

This app uses themoviedb.org API. So, to get it working follow these steps:

  1. Create an account to genereate an API key. In your request for the API key specify educational/non-commercial use
  2. Once you have the key, add the following lines to your app's build.gradle:
    debug { buildConfigField "String", "MOVIE_DB_API_KEY", ""xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx5e"" }
  3. Android Studio will prompt you to sync your gradle files. Go ahead and sync it and you're good to go!

    This app also uses Android's data binding library to avoid the boiler plate of finding and setting views.

    There is also an implementation of firebase chat and FCM notifications when a new chat message is received in the chat room.

About

Checkout all the popular movies playing now!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages