I have an android application in which upon clicking “netbank icon” I am launching a webview with URL loaded in it, with the help of method webview.loadUrl(). When I press hard key back on the device it goes to the previous screen.
Now I am on the screen which has “netbank icon”. Upon clicking this icon I want to show the previous webview again without loading new url. I just want to bring that webview to front. What is the way out for that?
I have tried webview.bringtofront() but it only show a blank screen.