Multiple choice

What does ‘assets’ item hold in the root directory of android application?

  1. GUI layout resources

  2. Required JAR files for the application

  3. Java source code for the application

  4. Packaged application files for deployment

  5. Basic application components

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The ‘assets’ item holds other static files packaged with application for deployment.