I find my self over and over re-writing my service in my app.  I
essentially want to provide control over my service easily for things
such as home widgets or other apps.

What are the things my service supports:

Incoming:
-start playback
-stop playback
-toggle playback
-start special features

Outgoing:
-metadata
-media playback status
-special features reporting status
-playback time (every second)



Questions:
What are the things I should look for when deciding to implement an
aidl interface versus calling the service using Intents?

Should I use Broadcasts to report the service status and information
as opposed to aidl?

Sorry if my questions aren't making sense...

Thanks!
-Moto

-- 
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