In Android Development,
XML is used to implement UI-related data, XML is a lightweight markup language.
XML tags define the data and used to store and organize data xml which is located in the res/layout folder of your project.
XML describes the views in your activities, and Java tells them how to behave.
The Android uses XML files in projects for many functions from providing configuration of the application in the Manifest File,
to using XML Layout Files to define the user interface.
Any changes we make to our XML Layouts files in Android Studio will automatically sync back into our project.

  1. Learn Android Development
  2. Android Studio
  3. Android UI
  4. Java or Kotlin for Android
  5. Android Activity Life Cycle
  6. Relative Layout
  7. Android Development Elements
  8. XML and Android
  9. JSON and Android
  10. Google Play Store