Re: [android-developers] ListView Example

2010-04-09 Thread Martin Obreshkov
I think ArrayAdapter is the think you're looking for. For more info http://developer.android.com/reference/android/widget/ArrayAdapter.html it supports add/delete methods which automatically update listview. On Fri, Apr 9, 2010 at 10:38 PM, dillipk wrote: > Hi, > I am looking for a ListView exa

[android-developers] ListView Example

2010-04-09 Thread dillipk
Hi, I am looking for a ListView example which would have functionalities such as add/delete/deleteall items from the list view at run time. Also all the items should be added to the ListView dynamically. Each item may contain an image, couple of textview, one Button. Probably using a Custom cl