3.2 Directory Structure
Go through the directory structure and then appear for the quiz here.
Project Root
-
- build.gradle
- /app
- build.gradle
- /src
- /main
- AndroidManifest.xml (Controlling or Startup File)
- /java (All Java Source Files)
- /res
- /layout (xml files for design)
- /drawable (stores images or xml for desing)
- /mipmap (stores images as per mobile screen size)
- /values (stores globle variables)
- /main