LifeApp / LifeAppV1

1 stars 0 forks source link

View for relationship maint #18

Closed sellnat77 closed 10 years ago

sellnat77 commented 10 years ago

Create the view and attach it to the switch statement in the main java file

sellnat77 commented 10 years ago
switch(v.getId())
{
    case R.id.realtionship_button:
        Intent goToRelationship = new Intent(this,relationshipHome.class);
        startActivity(goToRelationship);
        break;
                ........
                ........
}
sellnat77 commented 10 years ago

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

sellnat77 commented 10 years ago

For my own reference