I'm new to Android development. I found a lot of information on the Internet about how to create databases, manage, make any changes, but I need to create a database separately, and deliver it already created with my application, that is, it must somehow be packaged in apk. In this case, everything should happen without connecting to the Internet.
Is it even possible to do this? If so, how is this better implemented?