5 messages in com.googlegroups.android-developersRe: Need help
FromSent OnAttachments
mmd...@gmail.com10 Jan 2008 14:06 
Joa11 Jan 2008 06:28 
Johnson Doe11 Jan 2008 08:17 
Joa11 Jan 2008 12:30 
Joa11 Jan 2008 12:38 
Subject:Re: Need help
From:Joa (Joac@gmail.com)
Date:01/11/2008 12:30:53 PM
List:com.googlegroups.android-developers

Your app is processing a long operation or it is deadlocked. Either way, it does not pick up events. This problem is not Android-specific. Common GUI-implementation issue. You need to check your app design, probably break it down in multiple threads with one thread always "on" and ready to accept events from the system (as triggered by the user). Joa

On Jan 11, 11:17 am, Johnson Doe <bran@yahoo.com> wrote:

Hi,

I am having some diffculty having android smoothly running. It always displays
something in the line of "the activity cannot be reached" in a dialog box with
the option of wait or force close.

I have to click the wait options several times (with some dumb luck) to get
to the program I wrote or the samples.

Can anyone help out here?

Jd

---------------------------------