hi,

       I want to develop a socket program.in this login page i opened
one socket connection in one outgoingcommand  thread class  and send
command to the server.I got response from server to incommingCommand
thread class.According to response i want display  errorDialog or next
Activity.

                       Intent  intent = new Intent
(context,NextScreen.class);
                        startActivity(intent);

I can write these statements because incommingCommand class is not
extending from Activity.
Is there any solution to display  next Activity,.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to