Giter Site home page Giter Site logo

moviesapp_udacity's Introduction

Movie/TVShow Reviews App

About

This Android Application is made as a Project for "Developing Android Apps" Course on Udacity.
This app allows the user to see the reviews and video trailers for a Movie or a TV Show of his/her Choice.
User can go to settings window to change the choice of Video and also the rating type as shown in the images below

How to Use

To use this application. You will need your own API KEY.
This can be obtained from MovieDB. After clicking the link, create an account(if you don't have one) and follow the necessary steps provided on the website to obtain the API Key.

Once you obtain the API Key, go to build.gradle file in the 'app' folder of this repository. And place your API Key in the section that looks as follows

buildTypes.each
        {
            it.buildConfigField 'String', 'THE_MOVIE_DB_API_KEY', "\"THE_MOVIE_DB_API\""
        }

In Place of "THE_MOVIE_DB_API" insert your API Key and run the App.

Below are the screenshots of the Current Status of Application

MainScreen

MovieSummary


Settings Menu


APIs Used

  1. Picasso

Future Goals

  1. Implement a SQLite Database to store the Web data locally.
  2. Implement Content Providers and SyncAdapters to achieve efficient data transfers from Web to UI



    ***** THIS APPLICATION IS STILL CURRENTLY UNDER DEVELOPMENT WILL BE UPDATED REGULARLY *****

moviesapp_udacity's People

Contributors

maheshbabugorantla avatar

Watchers

Asheem Chhetri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.