Wednesday, August 10, 2011

Re: [android-developers] Multiple Activity Problems

On Thu, Aug 11, 2011 at 1:09 PM, Matt Clark <mrclark32493@gmail.com> wrote:
> what do you mean missing break in switch?

Never mind, you are using separate listener classes.

> Now the about screen works fine, but when i click on the link to open the
> Team228.class, it crashes on
> lbl_teamhometext.set......
> no idea why... it is the exact same code for each.

Check your layout files, make sure the layout of your main class
actually has a TextView with the 'lbl_teamhometext' ID. Use your
debugger, and maybe post the stacktrace.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment