Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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);
     }
}
share|improve this question
I have explained here how to create a splash movie Activity sherif.mobi/2012/09/how-to-create-splash-activity-best.html – Sherif elKhatib Sep 22 '12 at 19:36
I I want to just have it just a little part of the screeen and continue with the rest of the activity text – apw2012 Sep 22 '12 at 19:39
Does this explain that? – apw2012 Sep 22 '12 at 19:46
Okay I'm upset the splash activity crashed – apw2012 Sep 22 '12 at 20:00
You will have to set the layoutParams of the VideoView – Sherif elKhatib Sep 22 '12 at 20:03
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.