You have a great idea, send a query to an existing program. And in fact, by doing it that way, you keep your program smaller, and easier to maintain. It is the ideal way to develop programs in Android, with help of exisiting code.
http://www.youtube.com/watch?v=3LkNlTNHZzE However, to know about an existing programs api's, you have to hope they published them, or you have to ask them about it. :-) -Kitzy On Apr 16, 5:44 pm, moiraine <[email protected]> wrote: > Hrm, well if that's not possible, do you know of any store-locator api > or such that exists? > > I know the normal google maps API contains it, using the "GGoogleBar", > but the google maps API for android doesn't seem to contain it, or I'm > missing it somewhere. Any idea? > > On Apr 16, 3:03 pm, Mark Murphy <[email protected]> wrote: > > > > > > > moiraine wrote: > > > I'm trying to write an app that contains a store locator, and right > > > now the best solution I can think of is to use the already-existing > > > app, YellowPages. Is it possible to call the YellowPages app in an > > > intent, and have it return the location? > > > That would be a fine question to ask the author of the YellowPages app. > > I'm not sure it is possible for anyone else to answer your question. > > > Sorry! > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://twitter.com/commonsguy > > > Android App Developer Books:http://commonsware.com/books > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow > > athttp://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-beginners?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow > athttp://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

