79388306

Date: 2025-01-26 09:46:49
Score: 0.5
Natty:
Report link

I forgot to use adapter.notifyDataSetChanged(). It is working now.

myArrayList = Database.getSharedObject(getActivity()).getMyList();
adapter.setItems (myArrayList);
adapter.notifyDataSetChanged();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sunny Jha