Popular-Movies project stage 1 for the Udacity course.
Although MovieDetailsFragment has been added to support tablet it is not yet supported. RecyclerView has already been added.
Upcoming changes in stage 2.
- Support for multiple screen size like tablets.
- Mark movies as favorite.
- Add ContentProvider to save favorites movies' information.
- Collapsing toolbar (Eye candy feature).
- Declare layout modification as style (As Google best practices).
- Much more...
- Go to https://www.themoviedb.org/account/ and register a new account, unless you already have one.
- To register for an API key, sign up and/or login to your account page on TMDb and click the "API" link in the left hand sidebar.
- Open AndroidManifest.xml file located in /app/src/main and replace "paste_your_api_key_value_here" with your new API Key (v3 auth) from TMDb.
- That's it. Now open your project in Android Studio and compile it.
Special thank you to Arimorty for this amazing widget. https://github.com/arimorty/floatingsearchview
MIT License
Copyright (c) 2018 DustyMan145
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.