hi there,

can anyone help me out an show me how a product search is performed
while the application gets the results (images, product string etc) ?

until now, I can only perform a ACTION_VIEW intent and don't know how
to recieve the results....

Uri uri = Uri.parse("http://www.google.de"; + "/m/products?q=" + upc +
"&source=zxing");
Intent objIntentProductsearch = new Intent(Intent.ACTION_DEFAULT,
uri);
startActivityForResult(objIntentProductsearch, 42);


I tried some stuff and searched a lot - now I hope someone here can
help me out or just give me a clue?

thank you in advance!
tommy

-- 
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

Reply via email to