views:

65

answers:

1

I don't have an Android device. Is there any way to see the Google Android Market - on the emulator, on the Web, in a specialized client (a la iTunes)?

+1  A: 

There are third party websites available which have reversed the market protocols and scraped data from them. Most prominently, there is http://www.appbrain.com/. Note that AppBrain does do "shovelware" filtering, so not all applications are visible.

There is a third party API which has figured out how to interact with the market and can query data for you: http://code.google.com/p/android-market-api/

Yann Ramin
Thanks. Any idea how exactly do they filter?
Seva Alekseyev