Full width home advertisement

Post Page Advertisement [Top]

Android TextView with Examples


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

Bottom Ad [Post Page]

| Designed by Renjith Plavada