I am trying to make this VideoView to appear in full screen mode :
public class ViewVideo extends Activity { private String filename; private static fina
when you click an menu item. you have to start a New Activity. for that Activity you have to set the theme attribute in the Manifest. set this value that is
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
thats it.