Hi all,

        I am developing an application in which I have to display data and
Images with Pagination facility (like Ebook). All the data Contents
are in xml and the XML Structure would be like this,

-root.xml
|-----child1.xml
        |-----<text> blah blah blah </text>
        |-----<image> 001.png </image>
        |-----<text> blah blah blah </text>
        |-----<text> blah blah blah </text>
        |-----<image> 001.png </image>
|-----child2.xml
|-----............xml
|-----............xml

The root XML will contain metadata (file name, child xml names etc)
and Other child XMLs will contain Text and Image name. I have to show
text data and images on the screen. I have to provide pagination
facility as well for displayed content. Which Layout and component
would be useful for it?

Thanks
Niketa

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