In Master Class: Called On Button Press Intent Team228Intent = new Intent(Master.this, Team228.class); Master.this.startActivity(Team228Intent);
In Team228 Class: setContentView(R.layout.team228_home); In Master Class: Called On Button Press Intent AboutIntent = new Intent(Master.this, About.class); Master.this.startActivity(AboutIntent); In About Class: setContentView(R.layout.home_about); For some reason, every time i try to go to the different activities, it only loads the about layout into both of the activities. Does anyone have any suggestions? If needed i will post all source. Thanks in advance ~Matt -- 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

