In fact, I am now setting three member variables in onActivityResult() (a 
boolean, a String, and a HashMap), and i am trying to access these member 
variables in the onClick() method of a button's onClickListener. When i 
access the string and boolean variables their values are set appropriately. 
However when i access the HashMap variable its value is set to '{}', an 
empty HashMap. Is there some kind of Serialization that needs to happen 
with a complex data type?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to