how to put a progress bar in an application using tabs
问题 I have a main java file that sets up a series of tabs where each one calls a seperate activity in this case each activity is linked to a webpage. I am trying to implemente a progress bar in the tab activity that will show a progress bar for when a link is clicked on regardless of what tab is currently selected. I have a progress bar that i can use for a single activity but i cant get it to work for the tabs i have the progress bar defined as getWindow().setFeatureInt( Window.FEATURE_PROGRESS,