Hi all,
I am working on an Instant Messaging application. Any time the client receives a message from a new contact a new notification is added in the statusbar. I would like to handle multiple conversations at the same time. Basically the user should click on the desired notification on the status bar and the right messaging activity should be displayed. I have two choices: 1. I have many different activities (instances of the same class) and I should have some way to link the intent fired when the user select the desired notification, in a way that a switch to the right activity is performed 2. I have only one activity that is used for all session and it is fully redrawn any time (i.e. the intent is bound to the data and not to the activity) Could give me any suggestion? Thanks a lot Stefano --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

