eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

how put text in page #36

Closed mahdimzf2015 closed 6 years ago

mahdimzf2015 commented 6 years ago

I want to write text in every page. please guide how I put to each page the text ?

mahdimzf2015 commented 6 years ago

or How to connect it to the database. Because I want to write a novel

eschao commented 6 years ago

@mahdimzf2015 You need to call android graphic lib to draw text on a bitmap and then pass the bitmap to PageFlip for showing. You can find a little bit codes in our sample application, hope it could give you an initial thought