Skip to content

jasensanders/FolioRelease

Repository files navigation

Welcome to Folio

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

To build this version you will need 2 keys and some Ad IDs from AdMob:

  1. 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.

  2. A key from Search UPC data base which you can get here: http://searchupc.com/developers/ -and Sign up.

  3. 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"....>
  1. You can use my Ads app IDs, but then I will get paid for them, you can make your own here: Admob Setup

In This Version (1.06):

  • Save your settings, both Widget settings, and App settings.
  • Widget now launches Detail View of list item.
  • New App Icon.
  • Standardized toolbar icons.

Version 1.04 features

  • Google Assistant app search works! (Ok, google, search Folio for.....)
  • Privacy Policy, Apache License, code style fixes.

Version 1.03 features

  • Manual Entry
  • SearchView widget works
  • Code is more google style compliant
  • Refactored IntentServices to fail more gracefully Easier to debug!
  • Memory leak fixes

It looks like this:

Main Activity

Nav Drawer

Detail View

Releases

No releases published

Packages

No packages published

Languages