Hi all,

      I want to display the status of the activity execution on the
screen using the TextView while activity is executing. I am appending
the String messages at different stages of execution in the TextView,
which is  defined in the Layout main.xml (e.g. TextView.append("Server
started..").

   For e.g. I am running socket communication application in which my
android application is the server and it is receiving the messages
from the local desktop. So in this application I want to show "Server
started.." message when socket server on android started , then a
messge "waiting for message.." and then "message receivied.." when
message received by android server.All 3 steps are the part of a
single activity.

   But in my case, I am getting all 3 messages at a time after
activity execution completed. Is there any API available, using which
I can show the status during the execution also.

Please help... Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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