Good morning.
I have a drawer menu which I assigned some data to, but to be able to see the result I have to close the application and reopen it again, so I've been looking for a way to update the drawer menu (side menu) to see the changes without closing the app. What should I do or use to resolve this situation? First of all, Thanks. I tried to refresh it in this way from the method that changes the data of the drawer menu
((LeftMenuActivity) activity).updateDrawer();