Hai, I am developing an application in Android. In that there is a refresh button. If I click that button, the page needs to be reloaded like when execution begins. Is there any built in method in Android for getting this?
Thanks in Advance
Hai, I am developing an application in Android. In that there is a refresh button. If I click that button, the page needs to be reloaded like when execution begins. Is there any built in method in Android for getting this?
Thanks in Advance
In your current activity, launch your activity again, and call finish()