> You mean you have a large HTML. But you want to show content in a
> single screen. For user, it seems there are several pages. User only
> needs to click your button to change page. Right?
>
>
       No. suppose i have 500 lines in a html file( which is too large, so
the scroll bar appears). I want to display the first 100 lines( which fits
exactly in the screen so scroll bar doesn't appear) in first screen then
user clicks a button and next 100 lines appear and so on until the end of
html file.

       To be more simple its just like a e-book reader. Where each chapter
will be divided in to pages and each page exactly fits in to the screen, so
no scroll bar.


> I think this kind of work should be done by javascript. Or you can
> split your content yourself and put one-screen content into WebView.
>
>
       Finally I even tried to split the text but i couldn't find a way how
to do it. i want the text to split dynamically( so that it fits to various
screen sizes ) . Any solution for splitting ?

Thanks in advance.

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