In this tutorial, we are going to learn about TextView.
In Android if we start any application, we may need to use TextView.
Textview is a View which we can add to any Layout.
How to add TextView in a Layout?
To add a textview to a layout, select the layout you need to add (here I have selected LinearLayout01) & then click the Add Button (shown in green color with plus symbol intimating "Adds a new element")
![addtextviewtolayout]()