tonyc
tonyc

Reputation: 852

Android: Creating a horizontal ScrollView with columns of text

I'm wondering if anyone knows of any method for taking a bunch of text and displaying it in a ScrollView that has multiple columns that scroll horizontally.

I'm trying to create an experience very similar to Aldiko or the Kindle app in which the user can tap left or right to go to the previous or next page of text.

Hope this makes sense, thanks for reading,

Tony

Upvotes: 0

Views: 772

Answers (1)

yanchenko
yanchenko

Reputation: 57176

Aldiko (and Stanza) are using WebView + CSS3 columns. You "paginate" this way and then just scroll horizontally. Have a look at this answer.

Upvotes: 1

Related Questions