Sean,
I do not have surfaceview on anything...can I still make an app using
a barcode scanner without surfaceview?
On Jan 10, 4:14 am, Sean Owen <
sro...@gmail.com> wrote:
> No, you do *not *copy android/. I want to be clear that copying and pasting
> this code is strongly discouraged, and releasing an app so visually similar
> goes against trademark law even.
>
> If you are not experienced enough to build your own app, you can't build
> your own app. Integrate via
> intent:
http://code.google.com/p/zxing/wiki/ScanningViaIntent
> That alone is not a justification for copying and pasting.
>
> If you want to not rely on a third-party app, and I completely understand
> that, you need to write your own app, and you are best off starting from
> scratch. The steps are:
>
> 1. Write your whole app in terms of a SurfaceView, everything except
> barcode scanning
> 2. Add core.jar
> 3. Hook up scanning to your SurfaceView by referring to and reusing bits
> of android/