Not sure how to do this:
Current activity is: A
I want to start activity: B
But I want that activity B's UI should load completely before Activity A is finished.
What I need:
Current activity is: A
Start new activity: B
Activity B loads completely
Activity A finishes
I need this because activity B's UI is translucent when it starts. After an animation, the activity's background becomes opaque. While this is happening, the homescreen is showing because activity A finishes quickly.
Thank you in advance.