what do you mean missing break in switch?
I launch one, press back, and then go into the next.
I also tred using:
final TextView lbl_teamhometext = (TextView)
findViewById(R.id.lbl_teamhometext);
lbl_teamhometext.setText(R.string.info_firsthome);
and:
final TextView lbl_infoabout = (TextView) findViewById(R.id.lbl_infoabout);
lbl_infoabout.setText(R.string.info_about);
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.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en