Skip to content Skip to sidebar Skip to footer

How To Create Book App For Android?

I want to build a simple book app for android that contains 100 pages of text-only content using android studio. First activity to enter , 2 buttons for navigating to next and prev

Solution 1:

I have done this using HTML method. What I did is I created HTML files for all the pages, then zipped all the pages.

After that unzipped it into android file system then using WebView I am able to view all the pages like a book app does.

I have added next page, previous page, and search button also.


Post a Comment for "How To Create Book App For Android?"