| Author |
Is there any way to update the arrays in an adapter for listview
|
Suzzane Pinto
Ranch Hand
Joined: Feb 10, 2012
Posts: 204
|
|
hi....
i want to update the arrays iam using in adapter class for generating listview when new data is entered.
please help.
as when i load the listview in android it gives output but when i add an element den the listview is not updated
please suggest some idea for the problem mentioned
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
|
Try calling notifyDataSetChanged() on the adapter.
|
Swastik
|
 |
 |
|
|
subject: Is there any way to update the arrays in an adapter for listview
|
|
|