Multiple choice technology operating systems

User Interface Layout in android is developed using

  1. HyperText Markup Language(HTTP)

  2. Extensible Markup Language(XML)

  3. Cascading Stype Sheets(CSS)

  4. eXtensible Hypertext Markup Language(XHTML)

  5. Asynchronous JavaScript and XML(AJAX)

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

Android user interface layouts are developed using XML (Extensible Markup Language). Each screen and UI component is defined in XML files stored in the res/layout directory. This XML-based approach allows separation of presentation logic from business logic and enables the Android system to inflate the UI at runtime. HTML, CSS, XHTML, and AJAX are web technologies, not native Android UI technologies.