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:
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
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
3 matches
Mail list logo