MODULE 2 Flashcards
1
Q
Template:
A
The determine for files Android Studio generates
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