I'd like to create a kind of virtual book where I can scroll through the pages by left or right swipe gesture (or first by just using "next" and "previous" - buttons). The content of a book page is loaded from a sqlite-database (for each page I'll use a separate database entry).
My Questions:
Is there any special list activity I can use for that?
Can someone post an example code snippet?