Android app that gets the most popular movies and top rated movies from The Movie DB.
- Project 1 - see rubrics and overview
- [Project 2 - this!] (https://github.com/maheshgaya/PopularMovies) - see rubrics and overview
- learn the basics of Android Programming
- learn about multi-threading such as AsyncTask, Services, Loaders, and SyncAdapters
- learn about Content providers, and SQLite database
- learn the basics of designing Android Apps
- learn about responsive layout
- Clone the repository
$ git clone https://github.com/maheshgaya/PopularMovies.git
- Import the root folder of the project from Android Studio (File -> New -> Import Project)
- Add your The Movie DB key in the app's gradle build.
Copyright 2016 Mahesh Gaya
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.