MODULE 2 Flashcards

1
Q

Template:

A

The determine for files Android Studio generates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Utilities of folders in the package explorer of an Android app:

A

app folder includes:
* manifests: Has AndroidManifest.xml which contains information about the app
* java: Has MainActivity.java and 3 folders. Gets populated as the project is developed
* java(generated): Has code generated by Android Studio
* res: Has resources like icons and layouts (folders include drawable, layout, mipmap, and values)

Gradle: hides the complexity of compiling and building projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly