[android-kernel] Accessing invisible items in the list view while we scroll the list

2011-03-15 Thread Revathi K J Ramanan
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()

Re: [android-kernel] Understanding Kernel patches - Beginners Level

2011-03-15 Thread Hamilton Vera
Hi, take a look at http://kernelnewbies.org/ http://kernel.org and master yourself with git http://git-scm.com/. []'s Hamilton Vera On Mon, Mar 14, 2011 at 12:41 PM, Kanishka Dutta wrote: > Hello everyone, > I am new to this. Can any1 please help me with the links or the > documentation where