Closed sellnat77 closed 10 years ago
switch(v.getId())
{
case R.id.realtionship_button:
Intent goToRelationship = new Intent(this,relationshipHome.class);
startActivity(goToRelationship);
break;
........
........
}
From this view, it should just lead into the contact list right? Like, once the user clicks "relationship maint" or whatever we decide to call it, the next screen is just a list of their contacts with the star ratings and whatnot @echostar7
Create the view and attach it to the switch statement in the main java file