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.
This app includes:
- The Details Page which shows the details about the selected movies.
- Ability to view Trailers and Movie-Reviews.
- Ability to mark movie as favourite.
- You can play the movie trailers via youtube app or via web-browser
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>
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.
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.
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.
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.