lbl_team228.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
Master.this.startActivity(new Intent(Master.this,
Team228.class));
}
});
lbl_about.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
Master.this.startActivity(new Intent(Master.this, AppAbout.class));
}
});
These are my 2 Listeners, called in the main activity one after the other.
--
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