[android-developers] Keeping GUI Updated

2008-12-17 Thread Al
Hi, I have a Service which maintains a connection to the server. The info from the server is sent to the GUI via a Handler. When my Activity is killed, I can no longer keep the GUI update to date. Does anyone know how do keep it always up to date? I've seen connect bot do this, but I can't work ou

[android-developers] Keeping GUI Updated

2008-12-17 Thread Al
Hi, I have a Service which maintains a connection to the server. The info from the server is sent to the GUI via a Handler. When my Activity is killed, I can no longer keep the GUI update to date. Does anyone know how do keep it always up to date? I've seen connect bot do this, but I can't work ou