Re: [android-developers] adapterview with arraylist

2011-04-14 Thread Mark Murphy
Create you own ArrayList containing the subset, then put that in the ArrayAdapter. On Thu, Apr 14, 2011 at 11:44 AM, ABSOLUT wrote: > HI, > > With these: > > super(prueba.this, R.layout.row,R.id.programa,tit); > > I show all items of arrayList tit. > > There is some way to can select some data of

[android-developers] adapterview with arraylist

2011-04-14 Thread ABSOLUT
HI, With these: super(prueba.this, R.layout.row,R.id.programa,tit); I show all items of arrayList tit. There is some way to can select some data of an arrayList which they have some pattern to show it with an adapterview. For instance, shows me with arrayadapter only the arrayList items that co