Hi, I have eight elements in my list.
Initially only six items are visible. When I scroll down the view, the first and second elements are not visible. I use the getChildAt() api to get the ID of the first and second elements for accessing them. But I get NULL POINTER EXCEPTION as getChildAt() returns only the visible elements count. How can I get the handle for the first and second elements? Can anybody help me regarding this? Any help would be of really great use. Thanks in advance. Revathi KJ -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
