Android Question chat

fricentric

Member
Licensed User
Longtime User
I'm developing a chat application using xml layout builder for UI part. In that there's a textView for displaying the messages and Edittext for typing the messages. how can i get the text typed in edittext after clicking send button displayed in textview?
please help!
i think this can be done using setText and getText method but not clear.
 
Last edited:

fricentric

Member
Licensed User
Longtime User
Can i get such a UI with designer? This i have done with xml layout builder.
 

Attachments

  • Screenshot_2017-03-05-14-23-14.png
    Screenshot_2017-03-05-14-23-14.png
    131.5 KB · Views: 358
Upvote 0
Top