On Thu, Jan 28, 2010 at 8:20 AM, Michael Dorin <[email protected]> wrote:
> I would just as soon send a broadcast intent out and have somebody > else's activity show the map and let the user pick it..and then > somehow let my app know... > > Not sure how practical that is. > It's not > Any thoughts or suggestions? > Create your own activity that extends MapActivity, override the necessary onTap / onKeyDown / onWhatever function(s) to detect where the user pressed on the map, and return that in a bundle for it's result. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

