Hi,

I'm developing an app and i want that an user can navigate through a
xml file using buttons.
I created media buttons (play, pause, forward and backward) and when
the user press the play button the document is parsed and information
is shown to the user. When the user press pause, the document is
stopped to be parsed and maintains it position (when the user press
play again it should continue). If the user press forward it moves in
single step forward and backward if the backward button is pressed -
by moving forward or backward, i mean that in the xml file the next or
previous child will be parsed.

Has anyone an idea how i could implement such feature ? It's possible
to do something like that with the SAXParser ?

Edit: Beside the buttons, the user will also have a time bar that it
can move and put in any location and the parser  moves to that
location of the xml file and parses that child.


Best regards.

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