Anyone know how to refresh recycleview with a click on button
Refresh Recycleview in Click
HiddenCreator
adapter.notifyDataSetChanged();
of course, this is bad practice, so you shouldnuse the other notify functions.
start here and scroll down a bit. you will see one for item changed, one for item inserted, and i believe one for item deleted.
TheRandomCrafter83 thank for suggestion but i don't know how to put in sketchware!?
HiddenCreator with an add source directly block.
TheRandomCrafter83 ok i try