开发者

is it possible to show progress dialog in tab bar activity

开发者 https://www.devze.com 2023-01-29 00:19 出处:网络
I want to show progress bar until tab bar is loaded is it possib开发者_如何转开发le to show progress dialog in tab bar activity? if possible can anybody give exampleJust Put Progressbar for the child

I want to show progress bar until tab bar is loaded is it possib开发者_如何转开发le to show progress dialog in tab bar activity? if possible can anybody give example


Just Put Progressbar for the child Activitys you are adding in TabHost .

First it will show progress bar of first activity in onCreate which you set as current activity. then if you click on next tab it will show its progress dialog in its onCreate method.

0

精彩评论

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