I have two Activity A and B.
- Launched Activity A.
- Started Activity A ---> Activity B
- On Backey pressed Activity B is destroying and navigating to A.
I do not want to destroy the Activity B, maintain in stack to reuse the same activity when i navigate from A to B again.
Actual: Activity B is loading URL in webview oncreate which creating every time and reloads the URL.
Expected: It should start Activity A to Activity B by not creating and should not reload again.