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
---------------------------------