ListView 32
It is derived from BaseAdapter abstract class. Now in the GetView overridden method, we are finding
the TextView and displaying the day name.
Notice that we have used an Android Resource Layout. And to find out the TextView inside it we
are using the Resource Id Text1.