I am building many apps for Android and wish to have a menu button in the apps that basically opens a list of my other apps in the Android Market.
Is there a way to create an intent and have the Android market pop up with a search (of my company) in the market so users can buy other apps?
ian
Yes, there is a documented
Intentsyntax for that (http://market.android.com/search?q=pub:<Developer Name>ormarket://search?q=pub:<Developer Name>).