Notifydatasetchanged() Not Working
i am showing data in ListView , i am getting data from 2 different ArrayList that i have converted into String[] i am able to List Them but onClick of Listview i am removing clicke
Solution 1:
Some time notifyDataSetChanged() does not work I am still finding why but to achieve your target you can do one thing restart your activity by finish() and startActiviy().
I face the same problem once.
Post a Comment for "Notifydatasetchanged() Not Working"