[android-beginners] Re: Trying to move from one Activity to a MapActivity -- and failing

2008-09-11 Thread [EMAIL PROTECTED]
Great! That works -- thanks. By way of understanding, is there a descriptor (like Quester.) that should work for some ?? --Ken On Sep 11, 5:03 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > b) Pressing the button on the welcome screen /tries/ to invoke an > > Intent to start the quester acti

[android-beginners] Re: Trying to move from one Activity to a MapActivity -- and failing

2008-09-11 Thread Mark Murphy
> > b) Pressing the button on the welcome screen /tries/ to invoke an > Intent to start the quester activity > but it throws an ActivityNotFoundException (details below); here's the > Intent code: > >private void checkLogin(QLogin loginActivity, String userId, String > passwd) > { /