Bog'liq Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019
File ▸ New ▸ Import Project , and selecting the
build.gradle file in the root of the project.
Once the starter project finishes loading and building, run the app on a device or
emulator.
The DroidQuiz application Great! The app is working as expected.
The code is basically the same as the previous chapter. But, if you are just getting
started, here is a quick recap of the packages and the code:
• The
data package contains the
db package and the
model package. The
db
package contains all of the code for the entities created in the previous chapter.
• The
view package contains the code for all of the activities of your app.
Saving Data on Android Chapter 7: Mastering Relations raywenderlich.com 120
You are no doubt eager to start writing some code. But, before that, you will need to
learn a bit of theory first!