Calling
notifyDataSetChanged
Is not enough when updating the content of cells. The only way to guarantee data is updated correctly, and tags are set correctly is to setAdapter(newAdapter instance)
Calling
notifyDataSetChanged
Is not enough when updating the content of cells. The only way to guarantee data is updated correctly, and tags are set correctly is to setAdapter(newAdapter instance)
Recent Comments