Friday, 6 September 2013

Android | Get all children elements of a ViewGroup

Android | Get all children elements of a ViewGroup

getChildAt(i) on gets only the direct children of a ViewGroup, is it
possible to access to all children without doing nested loops?

No comments:

Post a Comment