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 a
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.