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

Popular posts from this blog

stringtemplate - StringTemplate4 if conditional with length -

shader - OpenGL Shadow Map -