Hi all,

I have a question concerning the following situation:

1. I'm developing a client server application using TCP/IP Sockets.
2. Android application is a client which is composed of many
activities.
3. There is one dedicated thread created in android app for receiving
messages from server.

How to manage many activities in this receiving thread in a way that
an incoming message will be passed to a proper activity (the one which
is currently active)?

I would appreciate any advice.

BR,
Michal

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

Reply via email to