Hi, accessing elements in an array is fundamental but I'm confused because I thought you had to use getChildAt(i) in a loop etc... to access them and "do something to them". However, I have some code that doesn't use getChildAt - it simply loops through the array. So why would I use getChildAt if I do't have to???
↧