I have a listiview in which rows are like this
ListView
[Text1] [Button1]
[Text2][Text3] [Text3]
when i click on button according to status text call go to server.
If suppose status is invite and we click the button call send to server according to invite and if status is chat request then button text will be invite and one more button will be shown is this case and if in this case if user click on invite ,then invitation send to visitor.and button text change to join and then if click on join then status text will be again change.how can this possible.
You can do this in the adapter for your
ListView. There is agetView()method that you should override.