Google/Udacity Scholarship Project 2
Instructions:
- Obtain an api key from https://www.themoviedb.org/settings/api
- Open up the APIKey class and replace PUT_YOUR_API_KEY_HERE with your api key
These are the resources I used outside of the class to solidify my understanding for the implementation of this application:
https://teamtreehouse.com/library/build-a-weather-app-4 https://teamtreehouse.com/library/android-lists-and-adapters Coding with Mitch - RecyclerView https://www.youtube.com/watch?v=Vyqz_-sJGFk&t=319s https://www.101apps.co.za/index.php/articles/android-recyclerview-and-picasso-tutorial.html https://developer.android.com/reference/java/text/SimpleDateFormat https://stackoverflow.com/questions/17192776/get-value-of-day-month-form-date-object-in-android https://stackoverflow.com/questions/9671546/asynctask-android-example