[android-developers] Video view youtube

2011-12-05 Thread ANKUR GOEL
Hi all , i am having activity .on which in small part i have video view i want to show yputuve page on that the video i will play .. my video is playing fine ,,,but i want to show the youtube video picture on that small layout and on click of that play video ... i am not able to show

Re: [android-developers] Video View // Media Controller ?? Show(0) = Null Pointer Exception = Frustrated

2011-02-03 Thread Robin Talwar
Ok now can get the media controller visible but i have 2 problems :- 1. User must tap once to make it visible 2. Once it is visible then user is trapped in the activity unless the song ends since the back button is not functioning the way it should be The code is :- package

[android-developers] Video View // Media Controller ?? Show(0) = Null Pointer Exception = Frustrated

2011-02-02 Thread Abhishek Talwar
Guys i am playing an video with a video view . So far it is cool and video plays nice but the media Controller which comes at the bottom of the screen appears only on touch and i want that it should be there permanently. I googled and i thot the following code should be fine :- Uri path =

Re: [android-developers] Video View // Media Controller ?? Show(0) = Null Pointer Exception = Frustrated

2011-02-02 Thread Robin Talwar
Do i need to make a custom Media Controller?? Is there any Framelayout related in this stuff anywhere in layout file? On Thu, Feb 3, 2011 at 2:26 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Guys i am playing an video with a video view . So far it is cool and video plays nice but

[android-developers] Video View

2010-03-29 Thread Dilli
Hi all, How to add an icon on the top of VideoView, I want my player VideoView window should contain the brand image of my player. How to add it to the VideoView Thank you Dilli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Video View

2010-03-29 Thread Mark Murphy
Dilli wrote: How to add an icon on the top of VideoView, I want my player VideoView window should contain the brand image of my player. How to add it to the VideoView Step #1: Create a RelativeLayout Step #2: Make the VideoView be the first child of the RelativeLayout, positioned as you