Possible Duplicate:
Android: How do i pass an object from one activity to another?
I have one class XmppClient(); instantiating in MainActivity like this
XmmppClient client = new XmmppClient ();
and have to use that in another activity how can i keep it alive for my application..