How to implement epub reader with Compose

91 Views Asked by At

Is that possible to create epub Reader on Android using HorizontalPager. If not tell me how should i aproach this. I want to do it with Jetpack Compose. And how should I implement text overflow? Thanks

I tried to do it with HorizontalPager, but the problem is that i don't know how to detect overflow and i don't know how to add remaining words to next page

0

There are 0 best solutions below