Breaking large text into pages in android text switcher or view flipper
问题 I am in the process of developing an e-book reader application for android 3.0 tablets. To begin with I have a large chunk of String data. I want to split/break that String into pages based on the screen size of the device [I am planning to use text switcher or view flipper]. Though I tried using getWindowManager() method I could not get the preferred results. In the following thread it is mentioned that Text Switcher automatically breaks the text according to the screen size. But I do not