I'm attempting to create an application that checks the date, references the time the sun sets from a preloaded database, and outputs an alert 90 minutes before that happens. Less specifically (and probably more relevant to you), I'm trying to code an app that comes with a pre-filled database of information that it can access as needed. There are multiple tutorials for using SQLite in Android development, but they all assume that you're creating the database while the app is running and trying to enter user-determined data; the only tutorial I've found was from 2009, and there have been some updates since then that render that unusable (I think; regardless, it certainly wouldn't work in Android Studio). All other questions about this have just been marked as duplicates and referenced back to a very old question, answered with - you guessed it - that same outdated tutorial. This is the tutorial I'm talking about, if it helps at all; don't know that it will, but it might.
Edit: Why close it? I mentioned in my question that this question has technically been answered before, but it all links back to one outdated, irrelevant tutorial that doesn't help at all. The question may have been asked before, but the answer has been changed.