Er.  Just don't do that.  A list view contains views that are created and
destroyed dynamically as you scroll through the list so that it doesn't need
to have an object instantiated for every single row.

This is so very much not how you want a video view to work.

On Thu, Aug 12, 2010 at 3:31 PM, Sandy <[email protected]> wrote:

> I am trying to play a video via VideoView in my android application.
> The VideoView is one of items inside a ListView. Video playing
> functionality works good but when the list scroll happens, there are
> rendering artifacts at the boundaries of the list. Also, the video
> view surface changes location only after scroll/flick is complete.
>
> Anyone tried this before in android? Does android allow this ? If so,
> can you please suggest of how to fix the rendering artifacts?
>
> Thanks,
> Sandy
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to