On Mon, Oct 11, 2010 at 1:40 PM, ping <[email protected]> wrote: > What's the easiest way to generate and read QR Codes in an android > application?
To generate, if you are assuming Internet access, use the Google Charts API: http://code.google.com/apis/chart/docs/gallery/qr_codes.html To read, use ZXing: http://code.google.com/p/zxing/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

