Hey, I’m trying to make an app that needs to be offline. How can I store the database for it? (30kb text file)
What I know is:
- I can’t store it as a string or array because it’s too long
- I can’t store it on the file system because??
- I can’t store it as a resource because it’s not a picture or font
Is there any possible way to do this?
(I only need to load one line at a time, I’d like to search in it, basically)