Skip to content

📱 Android Developer Nanodegree Project-One and Two

Notifications You must be signed in to change notification settings

dr0pdb/Popular-Movies

Repository files navigation

Popular Movies

Image of TMDB

This is my first ever fully functional Android-Project which i built from scratch taking the Android Developers Nanodegree. It was highly reviewed by a Udacity reviewer and was accepted as the final Project.

Features

This app includes:

  • The Main screen displaying the list of Popular movies. Main Screen

  • The option to get Top-Rated movies.

Get Top-Rated

  • The Details Page which shows the details about the selected movies.

Details Activity

  • Ability to view Trailers and Movie-Reviews.

TrailersMovie Reviews

  • Ability to mark movie as favourite.

My Favourites

  • You can play the movie trailers via youtube app or via web-browser

Playing Trailers

Setting up the Project

In order to run this project you must get your own API key from TheMovieDb. You can paste the API key into the String resource file with the following name :

    <string name="Api_key">..your api here..</string>

Branches

This project has three branches associated with it-

  • Master: This is the main branch which contains the final fully functional app.
  • stage-1: The stage-1 of the project which was only related to Main screen and the details screen.
  • stage-2: The stage-2 of the project which was focused on fetching trailers and reviews, adding favourites feature and optimizing the tablet layout.

Libraries used

  • Picasso for loading and caching Images.
  • Volley to transmit data in a background thread.

Project License

Copyright (C) 2017 Saurav Tiwary

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Other open source Licenses

Android source code

Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Square Picasso

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

📱 Android Developer Nanodegree Project-One and Two

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages