On Sun, Mar 13, 2011 at 7:49 AM, Chetan Singh Bisht <[email protected] > wrote:
> now i need to pass these values from an activity class to map > activity class..i have used bundle to pass variables but i have no clue how > to pass integer and string arrays and how to retrieve them in the > second class using bundle... > > can anyone please provide codes or relevant links which may be helpful in > solving this problem using bundle > Um ... have you looked at the Bundle class documentation? There are functions that are literally called putXArray and getXArray, where "X" is some type. ------------------------------------------------------------------------------------------------- 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 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

