Right. But he has to get the video info from one process into another.
This is the hard part. He will have to use an IBinder and either send
Messages or write AIDL.

See http://developer.android.com/reference/android/app/Service.html
and look at "Remote Messenger Service Sample".

On Jun 3, 2:58 am, Edam <edamr...@hotmail.com> wrote:
> Have you bound your Activity to your Service?
> You should be able to get the service to raise an event that tells the
> Activity to get the video info and play it.
> Are you talking about streaming from the Service to the Activity?
>
> On Jun 2, 5:43 am, Extreme Programming Labs <xprol...@gmail.com>
> wrote:
>
> > I have an activity and android service, each running within its own
> > process. I would like the service to be able to render video into a
> > view/surface that the activity will expose. How do we do this?
>
> > Along the same lines, when will app widgets be able to render
> > videoview?
>
> > Thanks.

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

Reply via email to