I guess this is your lucky day - you will be the first one to develop this. I would start with finding out how many columns to display on the current device and screen resolution ( don't be silly and try to cram more than one column onto a phone in portrait). Then I would make the first column of infinite-ish height and flow the text into it. Then I would find out what the last wholly visible word is and copy the text after that into the second column etc. Of course you'll need to decide if you allow scrolling or not, and what that does to the UX...
-- 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

