[android-developers] Re: Paging a ListView

2008-10-25 Thread Romain Guy
ExpandableListview works, it is used in the Email app and in Home. On Sat, Oct 25, 2008 at 1:33 PM, april <[EMAIL PROTECTED]> wrote: > > Does your list have expand functionality(WHen user click the item, the > item will expand to 2 row". I found expand is not working after I > upgrade to 1.0. Do

[android-developers] Re: Paging a ListView

2008-10-25 Thread april
Does your list have expand functionality(WHen user click the item, the item will expand to 2 row". I found expand is not working after I upgrade to 1.0. Do you have same problem? Thanks On Oct 24, 9:58 pm, Casey Link <[EMAIL PROTECTED]> wrote: > Hello, > > I've implemented a ListView with a cust

[android-developers] Re: Paging a ListView

2008-10-25 Thread Romain Guy
Hi, ListView already works this way :) On Fri, Oct 24, 2008 at 9:58 PM, Casey Link <[EMAIL PROTECTED]> wrote: > > Hello, > > I've implemented a ListView with a custom ArrayAdapter and View type. > That works fine, however now I would like to page the listview. That > is, if my array has n items