OpenTripPlanner-for-Android
OpenTripPlanner-for-Android copied to clipboard
Support entering custom URL via scanning QR Code
I'm getting tired of manually typing in custom URLs on the phone keyboard, and I'm sure everyone else is too (especially @vreixo ;)).
I'd like to support scanning a QR Code that has a URL encoded in it (e.g., via ZXing generator website) for the custom API URL.
This is fairly simple - see the following for an example: http://stackoverflow.com/questions/8831050/android-how-to-read-qr-code-in-my-application
@barbeau true :-) although keyboard custom dictionary might be a good help. But QR it's an interesting feature :-)
2014-09-11 16:09 GMT-04:00 Sean Barbeau [email protected]:
I'm getting tired of manually typing in custom URLs on the phone keyboard, and I'm sure everyone else is too (especially @vreixo https://github.com/vreixo ;)).
I'd like to support scanning a QR Code that has a URL encoded in it (e.g., via Zxing generator website http://zxing.appspot.com/generator/) for the custom API URL.
This is fairly simple - see the following for an example:
http://stackoverflow.com/questions/8831050/android-how-to-read-qr-code-in-my-application
— Reply to this email directly or view it on GitHub https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/issues/430.