I’m making a map application.
I’d like the user to see X in my app, then be able to go to the market, search for an app related to X, and add a link to that app to X, so that other users can find that app when they look at X.
For example, say someone finds a particular brand of bank on the map, and they know there’s an app for that bank. I want them to be able to go to the market, find the bank app (Edit: Which I don’t know even exists before the user gets my app), and then add the link to that app to the POI on the map, so that others can know about the app.
The part I’m having trouble with is, what does the Market app return? Can I get it to return a link or partial link like that? It seems to me the hardest part is that when a user selects an app, it installs it. I don’t imagine it’s even set up to possibly return a link instead, but I can’t find much info on what it returns at all.
Take a look at the Android market API project