Hello,
I have just finalized to develop an Android application. This app has many features that I have to develop but for the one feature that I want guidance from the community is....
The client has an existing database with contains a lot of religious books they have digitized (keyed in).
Currently these books are only managed and accessible through web. No public access is provided. Now they have decided to give access to this vast material to general public. For this they want to develop a mobile app.
In the mobile app they want the app to retrieve the content of the book from their MySQL server and show it in the app like an ebook in which users can change the fonts, turn pages, find words, highlight text, etc.
I searched the web but most of the solutions/libraries that I found for Android only support the epub format. But here in my case the content is not in epub format it comes from clients MySQL database server.
Anyone know if there are any libraries that support showing HTML content as ebook and give the features I have listed above?
Btw I found this very interesting epub reader libs. I don't know if any of these are supported by B4A or not:
https://skyepub.net/
http://www.siegmann.nl/epublib/android
https://github.com/FolioReader/FolioReader-Android
https://github.com/FolioReader/FolioReaderKit
https://github.com/julianharty/new-android-daisy-reader
There is one more link that is not directly related to ebook but related to ORM which I think would be useful to many a developers - http://ormlite.com/
Regards,
Yogesh
I have just finalized to develop an Android application. This app has many features that I have to develop but for the one feature that I want guidance from the community is....
The client has an existing database with contains a lot of religious books they have digitized (keyed in).
Currently these books are only managed and accessible through web. No public access is provided. Now they have decided to give access to this vast material to general public. For this they want to develop a mobile app.
In the mobile app they want the app to retrieve the content of the book from their MySQL server and show it in the app like an ebook in which users can change the fonts, turn pages, find words, highlight text, etc.
I searched the web but most of the solutions/libraries that I found for Android only support the epub format. But here in my case the content is not in epub format it comes from clients MySQL database server.
Anyone know if there are any libraries that support showing HTML content as ebook and give the features I have listed above?
Btw I found this very interesting epub reader libs. I don't know if any of these are supported by B4A or not:
https://skyepub.net/
http://www.siegmann.nl/epublib/android
https://github.com/FolioReader/FolioReader-Android
https://github.com/FolioReader/FolioReaderKit
https://github.com/julianharty/new-android-daisy-reader
There is one more link that is not directly related to ebook but related to ORM which I think would be useful to many a developers - http://ormlite.com/
Regards,
Yogesh