[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

[android-developers] Re: Removing the stack of Activity

2010-01-08 Thread dharma
hi, one of the possible answers may be, you can launch the Activity2 on onClick event of the button in Activity5. and we dont have any options of removing any activities from .apk file. On Jan 7, 11:54 am, Beena wrote: > Hi All, > I have problem of removing activity. > I have 5 Activities in se