[android-developers] Re: Access barcode app from website

2010-02-17 Thread ko5tik
This must be custom URL protocol - just look into their HTML source for inspiration. For example URL: market://search?q=pname:de.pribluda.games.android.lines will force your phone to install my game off market On Feb 16, 11:29 pm, JB jeff.benton.r...@gmail.com wrote: How can I access the

[android-developers] Re: Access barcode app from website

2010-02-17 Thread brucko
Not sure if this is what you want, but a lot of apps like Compare Everywhere are based around the zxing app Barcode Scanner. This can be launched if on your phone via Intent --- http://code.google.com/p/zxing/wiki/ScanningViaIntent Alternatively the packages are open source and can be put in