If you already have the app "Barcode Scanner" (made by zxing) then reading
barcodes can be as simple as passing an Intent to their app.
Intent intent = new Intent("com.google.zxing.client.android.SCAN");
intent.setPackage("com.google.zxing.client.android");
StartActivityForResult(intent,0);
Mike Child
On Tue, Sep 27, 2011 at 8:16 AM, Elan Hasson <[email protected]> wrote:
> That is awesome.
>
> Thanks for sharing this!
>
>
> On Tue, Sep 27, 2011 at 7:37 AM, efontana <[email protected]> wrote:
>
>> https://github.com/JohnACarruthers/zxing.MonoDroid
>>
>> --
>> View this message in context:
>> http://mono-for-android.1047100.n5.nabble.com/ZXing-port-to-mono-for-Android-tp4840736p4845023.html
>> Sent from the Mono for Android mailing list archive at Nabble.com.
>> _______________________________________________
>> Monodroid mailing list
>> [email protected]
>>
>> UNSUBSCRIBE INFORMATION:
>> http://lists.ximian.com/mailman/listinfo/monodroid
>>
>
>
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid