daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

notifyDataSetChanged() not working #258

Open athirakr opened 8 years ago

athirakr commented 8 years ago

I have implemented this view in a fragment. later updated this listview from its activity. In empty list after adding first element this is not working. the list is not getting updated.

cizkey commented 8 years ago

i have the same promblem...do you solved it ?

Vipul2218 commented 7 years ago

I was having same issue and I solved it by putting notifyDataSetChanged() code in @Override public void fillValues(int position, View convertView) {} method. Hope this will help you!!!