How do I dynamically add items to a ListView in Android? -
this question has answer here:
i using custom adapter display listview.
it working fine.
but need add 3 items listview. how add them , have them display?
i tried notifydatasetchanged() method not working.
you have add items list using list.add(...) tell adapter adapter.notifydatasetchanged().
Comments
Post a Comment