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

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

python - cx_oracle unable to find Oracle Client -