Hi, I started with a Facebook chat client once. What I had was a LinearLayout into which I added "buddy" layouts dynamically every time I got an XMPP presence event from the parser. My situation may have been a bit different though as I implemented XMPP parser myself and never asked the server for full roster.
But before continuing any further it might be a good idea you put an aSmack observer (I'm not familiar with the library) and showed, say, a Toast once you receive a message. Or familiarise yourself with on how to retrieve roster information from the client. Once you have these in place it shouldn't be a problem to create a very simple GUI you can extend later on. -- H On Sep 25, 2012, at 4:24 PM, amit <amitsha...@gmail.com> wrote: > yes its XMPP, but xmpp is not issue for me. > i want how to make gui for it give me suggestion for it. -- 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