how to fetch app data(name, version, etc.) from android market?
Posted
by liuxingruo
on Stack Overflow
See other posts from Stack Overflow
or by liuxingruo
Published on 2010-05-03T09:39:32Z
Indexed on
2010/05/03
9:48 UTC
Read the original article
Hit count: 446
As we know, the apps in the apple app store has a unique itunes link, and we can fetch app data about the app from app store through the link.
I am wondering how can i achieve this in the android market, just like the website http://www.androlib.com/ did?
As long as I know, each app in the android market has a ID, which just like "com.gabrouze.magic", and the QR Code can be viewed in "http://chart.apis.google.com/chart?cht=qr&chs=135x135&chl=market://search?q=pname:com.gabrouze.magic".
Thanks!
© Stack Overflow or respective owner