开发者

android:how to Reload the TabActivity when tab press?

开发者 https://www.devze.com 2023-02-24 06:50 出处:网络
I have Tab Based Application where i want to Reload the Tab activity when tab are sele开发者_JS百科ct again.. In my application when i select the Tab again the view are coming as old output It is not

I have Tab Based Application where i want to Reload the Tab activity when tab are sele开发者_JS百科ct again.. In my application when i select the Tab again the view are coming as old output It is not reloading the page..so how can i reload the page by clicking the Tab again and again without showing old view?


switching of tabs calls onPause and onResume functions, so in order to refresh the page, cut paste the functionality provided in onCreate to onResume...

0

精彩评论

暂无评论...
验证码 换一张
取 消