[android-developers] Thread crash if activity is restarted

2010-10-01 Thread Saren Inden
Good day, I am writing a program that uses a UDP poort to listen to information send from a system. First the users sees an activity that allows them to close the activity or start it on a port they can select (edittext) The port is checked and if correct a new activity is launched. This display

[android-developers] After an exception appears this exception keeps coming back until the program has been reset.

2010-09-16 Thread Saren Inden
Hellow, I am making a program that is capable of sending and receiving as a server or a client. The program works but once I have an exception (timeout because the client/server isn't initialized). Example: pc as server == on android as client == connect, no problem disable client and server