Android - XML

Objective #1: Explain the purpose of programming in XML format.

Objective #2: Understand the basics of XML programming.

<?xml version="1.0" encoding="utf-8"?>

<TextView

End-tags

/>      or      ></TextView>        ---End-Tag

<!-- This is a comment!  -->

Objective #3: Learn the properties of XML objects.

android:id="@+id/new1"

Objective #4: Access the objects from the source code.