Hello friends, I have been working on a email app. I have done the login page and successfully connected to the pop3 email server using sockets. But now the problem is, i have to start another activity once the user is logged in. Now how do i need to pass the socket to the another activity? If i pass the socket i don't think it will work. I have gone through some stuff on internet, i came to know that we need to use services. A few articles say that we can use broadcastreceiver also. But i am not sure what to do exactly.
can a service can be called by one activity only? if many activities can call the service, does it start from beginning each time? Can anyone please help me out? Any help would be appreciated. Thanks balu -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

