Finding a list of all the android apps on the market
问题 is there a way of getting access to the details of each one programatically? 回答1: There is an open source project called Android Market API which allows you to do the following: You can browse market with any carrier or locale you want. Search for apps using keywords or package name. Retrieve an app info using an app ID. Retrieve comments using an app ID. Get PNG screenshots and icon It is located here: http://code.google.com/p/android-market-api/ Hope this helps you out. =) 回答2: As a