Refresh screen in Android Application

Please help me for refreshing the screen in Android.

I have used the following method but fails:

  1. driver.getPageSource()
  2. driver.swipe()
  3. driver.navigate().refresh()

The above all method didn’t give the respected output.