On Apr 1, 1:55 pm, Zhubham <[email protected]> wrote: > I need to pass a 2 dimensional array to an ACTIVITY from a SERVICE. > How can I achieve this in minimum number of statements (as in avoiding > putExtras for each and every string stored in the array)??
Hi, You could use the JSON en/decoding functions. You can store lists and maps of Strings. They probably consume more CPU, though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

