Hi All,

I am working on implementing an Instant Messenger application in
Android. I want to display buddy list screen as follows,

Friends    (this is group name)
  status_icon  friend1_name
  status_icon  friend2_name
  .....
  .....
General (this is group name)
  status_icon general1_name
  status_icon general2_name
  .....
  .....

I want to implement a list view in the above layout. When user clicks
on group name then friends list display in that gropu should toggle
between collapse and expand. I know I could not do this by simply
extending my activity from ListActivity and I understand that I should
implement my own list adapter for this. But I am not getting any good
ideas of implementing this. Any ideas or pointers to this would be
greatly appreciated!

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

Reply via email to