java - How to change selected item in navigation drawer when return on main activity from other activity? -
here problem:
i have main activity navigation drawer; opened other activity clicking on current item (let x-item) in navigation drawer; after doing stuff in other activity, close , go main activity , navigation drawer; instead of other item selected x-item.
how set selected other item in navigation drawer when go main activity?
Comments
Post a Comment