Hi to all, I am deveolping one application in that I am getting
continous data from server, now I want to show this data in table
format. like

Name    empId   MobNo
Pramod   123    12334
Tom     345     456465
Harry   345     546

I am able to show data like this.  But the challange is if suppose
server send data from Pramod again then it must override old value and
it look like


Name    empId   MobNo
Pramod   123    78978
Tom     345     456465
Harry   345     546

And if new record received then it must add new row as

Name    empId   MobNo
Pramod   123    12334
Tom     345     456465
Harry   345     546
Rob     4554    465456

How to do this? Any response is appriciated. Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to