A TextView displays text to the user
Note: To enter any data from user ,use EditText
Example of TextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
/>

No comments:
Post a Comment