Android Question how to add scroll view and a long text?

LouiGitte

New Member
hello im a newbie how can i add a scroll on a long book with a different pages that i can go forward and backward pls help me i need it so bad. its our thesis
 

LouiGitte

New Member
There are several ways to implement it. I assume that the number of pages can be large.

One option is to implement it with a single panel and use GestureDetector library to handle the swipe gesture and replace the panel content with the next or previous page.
thank you! ill try it now.
 
Upvote 0

LouiGitte

New Member
There are several ways to implement it. I assume that the number of pages can be large.

One option is to implement it with a single panel and use GestureDetector library to handle the swipe gesture and replace the panel content with the next or previous page.
how to use GestureDetector library
 
Upvote 0
Top