I need to include a large book in my app. and I have "theoretical" programing discussion. what is the "right" way to include a book, that needed to be divided for chapters, section (sub-chapters), and to provide reading by choosing chapters, or "smooth" reading.
the main menu should be- chapters, by clicking chapter you get a list of sections, and by clicking it you see the text.
what is the best way to keep all information-
by using SQLite?
by storageging each chapter in text file, and them create database for names and sub-section?
by using pdf reader of some kind?
what do you think?