This is the app that I originally submitted as my final project for Udacity's Android Development Nanodegree.
The app acts as a way to catalog all of your Blu-ray and DVD movies using only the upc code on the back.
This app is also available on the play store
-
A Key from The Movie Data Base which you can get here: https://www.themoviedb.org/account/signup -and Sign up. Then Click on the "API" link from the left hand sidebar within your account page.
-
A key from Search UPC data base which you can get here: http://searchupc.com/developers/ -and Sign up.
-
A Google Books API key which you can get here: Google Books API
Put all three of these keys in the strings.xml file under:
<string name = "search_upc_key".....>
and
<string name = "tmdb_key".....>
and
<string name = "google_books_key"....>
- You can use my Ads app IDs, but then I will get paid for them, you can make your own here: Admob Setup
- Save your settings, both Widget settings, and App settings.
- Widget now launches Detail View of list item.
- New App Icon.
- Standardized toolbar icons.
- Google Assistant app search works! (Ok, google, search Folio for.....)
- Privacy Policy, Apache License, code style fixes.
- Manual Entry
- SearchView widget works
- Code is more google style compliant
- Refactored IntentServices to fail more gracefully Easier to debug!
- Memory leak fixes