[android-developers] Re: ListView issue- getchildat()

2009-02-23 Thread Mark Murphy
Anonymous Anonymous wrote: > Thanks Romain,But is there anyway i can set for those items which are > outside the screen? > or while scrolling down or something? Override getView() in your adapter and do whatever you want to the row Views as they are created. -- Mark Murphy (a Commons Guy) http:

[android-developers] Re: ListView issue- getchildat()

2009-02-22 Thread Anonymous Anonymous
Thanks Romain,But is there anyway i can set for those items which are outside the screen? or while scrolling down or something? On Mon, Feb 23, 2009 at 10:57 AM, Romain Guy wrote: > > This is working correctly. ListView contains only the number of views > needed to fill the screen. Therefore you

[android-developers] Re: ListView issue- getchildat()

2009-02-22 Thread Romain Guy
This is working correctly. ListView contains only the number of views needed to fill the screen. Therefore you cannot access the views outside of the screen since they do not exist. On Sun, Feb 22, 2009 at 9:16 PM, Anonymous Anonymous wrote: > Hi All, > > I m having problem in setting soem item