0

I want to refresh the tab with its latest content, even if the user is coming back to the activity from a previous home button click.

JustCurious
  • 1,848
  • 3
  • 30
  • 57

2 Answers2

1

You should override onSaveInstanceState() as explained in this question.

Community
  • 1
  • 1
Dalmas
  • 26,409
  • 9
  • 67
  • 80
0

Just make sure you update the tab inside of Activity.onResume().

Vit Khudenko
  • 28,288
  • 10
  • 63
  • 91