I have seen this Question but didn't get good answers and my situation is a little bit different. I have 2 activities A and B. From Activity A I launch Activity B but activity A must stay opened, now after I login in Activity B I save some data in Shared Preferences and I need the layout in Activity A to change according to the shared preferences values, so after login Activity A must recreate to apply changes but still should be behind Activity B.
So my question is it possible to recreate Activity A from Activity B??