On Wed, Jun 15, 2016 at 8:12 PM, A.J. <[email protected]> wrote: > > I am developing an app and I am having a lot of issues with one idea. Say > I have a main activity with two buttons. One goes to a ViewMap and the > other goes into a details section. How can I make changes to the ViewMap > from the Details? For example, if the user clicks on a button in Details, I > want their location to be put onto the ViewMap with a marker. >
https://developer.android.com/training/basics/fragments/communicating.html https://developer.android.com/training/basics/intents/result.html ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgh2DmfhXjwfoziy6N9mO4M5y2Jmyn9EG_YMODs1D0OJMw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

