---------- Forwarded message ----------
From: Me <tonasirin...@gmail.com>
Date: Wed, Apr 20, 2011 at 6:11 PM
Subject: Handle Multi Screen
To: android-developers@googlegroups.com


Hi Community I am using smack for a chatting module in my application …

Now there is need to handle the multi chat screens.

Right now I am opening my chat screen activity as below

Intent chatIntent=new Intent(HomeActivity.this,ChatActivity.class);

startActivity(chatIntent);

When a user press back button/receive call/other function to that away
him/her from current screen >There I need to handle the activity GUI with
data..

What should I do for this ?

Is there other way I can user other View else start to new activity for chat
windows . . . .

How I can handle the multi chat screens ….

Thanks  . .
-----------------------------------------------
Regards :
               Aftab
-----------------------------------------------



-- 
-----------------------------------------------
Regards :
               Muhammad Nasir Aftab
-----------------------------------------------

-- 
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