dude..just make ur member fields static ..you wud be able to access from any other classes including the one subclassing Activity..
On Dec 1, 3:37 am, TonyDoc <[email protected]> wrote: > is there a reason you cannot make the array public? > > On Nov 30, 5:55 am, pavan <[email protected]> wrote: > > > Here is my Problem : > > > I want to pass multi dimensional String array between two activities > > or pages. > > > I already tried with bundle.putextra like methods. But those allow > > only one dimensional string array. > > > I really hope you can help me with example java code on this . Here is > > my String array, final String[][] arr2={{"1","pavan"},{"2","kumar"}, > > {"3","kora"}}; > > > Please do reply.Its very urgent for my project . > > > Thank you! -- 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

