HI i am developing video streaming application and i need to make a progress bar on my application (not a progress dialog) i tried implementing it i put it on the xml file and set it to invisible on the onprepared method but the problem is that the progress bar is placed on top of the video which makes the video size small i need to make the video fill parent and the progress bar also like the youtube application how can i do that ?
also i'm online streaming so how can i display the buffering percentage when the video is stopped for delay
another point is i want the progress bar to disappear when the alert of this video canot be played now ,, but i don't know where in the code i should disappear the progress bar ? when this alert appears ?