On Fri, Nov 4, 2011 at 6:57 AM, lbendlin <l...@bendlin.us> wrote:
> 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...
>

That is what I was thinking.  Two columns in portrait mode?

But if you want to do it I have to ask - have you tried to put two
list views in a layout?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to