Re: [android-developers] ListView realtime

2011-10-19 Thread TreKing
On Mon, Oct 17, 2011 at 9:14 PM, dharma teja dharmas...@gmail.com wrote: When ever a new element adds to the list i am calling notifyDatasetChanged() method. but the data is not updated in the list view. That should be all you need. Is your getView() method being called?

[android-developers] ListView realtime

2011-10-18 Thread dharma teja
I have implemented a listView using arrayadapter as an adapter. When ever a new element adds to the list i am calling notifyDatasetChanged() method. but the data is not updated in the list view. Should i have to add any attributes to listview element in layout file or any methods i should call to