I have a list view in which i m getting my data from server. but at the bottom i need an edit text and a send button so that its like a chat app. where i can type my message and send it back to server and it adds to my list view at the same tym.
Plz give me some suggestions. Thanks in advance.
Make height and width of your ListView fill_parent and give it weight 1 and then below your list view add a horizontal linear layout consisting of your edit text and button