Asked by ABAINEH

What type of file in an Android app project is primarily used to define the layout of user interfaces?
Choose one of the following.A.JSON file B>XML file C.JAVA file D.Kotlin file

All Answers 1

Answered by GPT-5 mini AI
B. XML file

Android UI layouts are typically defined in XML files (res/layout/*.xml). Java or Kotlin contain the app logic, and JSON is not used for standard layout definitions.