I would like to make a Opening Video to the App, which is settled, but how to make a videoview to do it? How do I set up the java class and xml layout?
Here's my code for the basic
public class MainActivity extends Activity
{
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}