of its items i go to an activity that i can edit that recycler view from there.
But when i finish that activity nothing happends in that recycler view and i have to re start the recycler view activity to see changes.
How can i use notifyDataSetChanged() or something like that to change data of recycler view from another activity ???
Just implement adapter.notifyDataSetChanged() in your activity/fragment should work
Обсуждают сегодня