[android-developers] Re: VideoView inside a ListView

2016-05-24 Thread rayworks
Hi, there Please note that VideoView is a kind of SurfaceView. As the doc mentions SurfaceView: *The surface is Z ordered so that it is behind the window holding its > SurfaceView; the SurfaceView punches a hole in its window to allow its > surface to be displayed. The view hierarchy will

[android-developers] Re: VideoView inside a ListView

2016-05-20 Thread Ankit Sevak
Hello Every One In this time i am Suffering one problem in Android code. I am working on a project which should include a list of videos from allover the internet (video sources are different - youtube, vimeo, facebook, videos hosted on servers, ...). I am trying to make a

[android-developers] Re: VideoView inside a ListView

2010-08-13 Thread Sandy
Thanks Dianne for quick response. My requirement is to show a video as a list item (there is only 1 video item and rest of the items in the list are simple views) and the video item should scroll with the list. I was able to implement this using videoview inside listview and noticed that video

Re: [android-developers] Re: VideoView inside a ListView

2010-08-13 Thread Mark Murphy
On Fri, Aug 13, 2010 at 1:49 PM, Sandy snarr...@gmail.com wrote: Thanks Dianne for quick response.  My requirement is to show a video as a list item  (there is only 1 video item and rest of the items in the list are simple views) and the video item should scroll with the list. I was able to

[android-developers] Re: VideoView inside a ListView

2010-08-13 Thread Sandy
Thanks Mark. I tried other containers like HorizontalScrollView which seem to work fine when used in a ListView. I could not find anywhere in the API documentation that the video view cannot be used inside other scrolling containers hence want to confirm if this is limitation in android or a