Good day to everyone,
I am building a bible app in my native language using AppGyver.
I have the entire bible in SQLite and I want to know how do I connect this offline database to my app? How do I link the buttons/links I created to the database so it can display in the app?
For example if I click on the link that says Genesis that it retrieves the data from the database and displays all the chapters and when I click one of the chapters that it displays the verses. I also want it to be able to search the entire database for specific words etc.
I hope its possible