[android-developers] Arrays and android

2011-08-07 Thread Tommy
Hi, I've been trying to create my first android app. Number of functions and the scripts complexity grow each time I try to finish it, but that is the way to learn how to develop an android app. I'm used to develop webpages using PHP and HTML. In my app I need an array that looks something like

Re: [android-developers] Arrays and android

2011-08-07 Thread Romain Guy
What you want is not an array but a map. Look at java.util.HashMap for instance. On Sun, Aug 7, 2011 at 2:21 AM, Tommy tommy.myrv...@gmail.com wrote: Hi, I've been trying to create my first android app. Number of functions and the scripts complexity grow each time I try to finish it, but

Re: [android-developers] Arrays and android

2011-08-07 Thread Nick Risaro
On Sun, Aug 7, 2011 at 6:24 AM, Romain Guy romain...@android.com wrote: What you want is not an array but a map. Look at java.util.HashMap for instance. What he needs is an object :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To