I have a audiobook player that saves it's position using a web service.

It has a periodic timer that saves every 30 seconds which works great, but
I'd like to also save immediately after the user moves the position using
the seek bar.

I'm using the built-in MediaController, but it doesn't seem to provide
anything except for the MediaPlayerControl interface.

That interface has a seekTo() method that tells the current position, but
it tells it as you're dragging, so it fires off a few dozen evens as you
drag it. I really don't care about any of those, just the last one.

Any smart people with a tip for me here? I have a couple of ideas, I'm just
not crazy about any of them...

Larry

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to