Multiple choice

Which of the following folders contains all the resources of our app and where we can declare the layout using XML?

  1. gen/

  2. res/

  3. rsr/

  4. assets/

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

The res/ folder contains all the resources of our android app and this is where we declare the layout using XML>