Skip to content

Instantly share code, notes, and snippets.

@mattkatz
Created August 26, 2010 17:42
Show Gist options
  • Save mattkatz/551837 to your computer and use it in GitHub Desktop.
Save mattkatz/551837 to your computer and use it in GitHub Desktop.
updated version of Library Droid
import android
droid = android.Android()
code = droid.scanBarcode()[1]
isbn = code['extras']['SCAN_RESULT']
url = "http://librarything.com/isbn/%s" % isbn
droid.startActivity('android.intent.action.VIEW', url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment