Chats - WhatsApp Direct Chat without saving number

Text View

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!"
       />


Post a Comment

Previous Post Next Post