tags:

views:

27

answers:

1

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

+1  A: 

In your current activity, launch your activity again, and call finish()

Pentium10
That's quite a hack :D
Macarse
Thanks for the answer
sanjeev
Important on SO, you have to mark accepted answers by using the tick on the left of the posted answer, below the voting. This will increase your rate.
Pentium10