G
G
Gangg2016-03-12 21:14:51
Android
Gangg, 2016-03-12 21:14:51

What is the general structure / logic of android applications such as collections of quotes, recipes, jokes?

Please describe the general scheme for building android applications such as collections of quotes, recipes, anecdotes, etc. Taking into account that all the data is already packed into the original .apk That is, the user installs the software, and everything is ready there, nothing can be downloaded via the Internet necessary.
I have the following diagram in my head. Form a ready-made SQLite database with the necessary content using third-party software. Further, I still don’t know how, connect it to the application, and, as the user is active, load the necessary data from the database.
Android only comprehend, kick in the right direction. Are my thoughts correct? Or in such cases, everything is done differently, and there is something that I do not know?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IceJOKER, 2016-03-12
@IceJOKER

kick in the right direction - developer.android.com/index.html
If the data is pre-packed, then as you wrote - prepare the data, move it to the sqlite folder and fill the database with it the first time you start it, then work with the database.
how to work with the base, etc. etc. - full of information in the search, no one will draw UML diagrams for you, build your architecture and help you, they only answer your specific questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question