Question: what is not a benefit of externalizing app resources such as image and string from a code?

  1. It allows Android to choose the appropriate resource based on the current configuration during runtime.
  2. It allows you to have more performant applications because the code and resources are separated.
  3. It allows you to provide a different Ul experience based on the user's language settings.
  4. It allows you to provide a different Ul experience based on the user's device size.

Answer: The correct answer of the above question is Option B:It allows you to have more performant applications because the code and resources are separated.