On Mon, Apr 12, 2010 at 11:37 PM, murali raju <[email protected]> wrote: > ya it will be. my requirement is i want to display a large html file in > number of pages such that each page would fit exactly into a single screen. > I will place a button so that when clicked it would show the next page. >
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? 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. -- Best Regards, TANG Jiyu Blog: http://jiyu.wordpress.com.cn/ ezkeypad: http://ezkeypad.tool100.com/ -- 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 To unsubscribe, reply using "remove me" as the subject.

