Anyone know how to refresh recycleview with a click on button
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.
https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView.Adapter#notifyDataSetChanged()
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🙂