LifeApp / LifeAppV1

1 stars 0 forks source link

Time management main menu #19

Open sellnat77 opened 10 years ago

sellnat77 commented 10 years ago

link to switch statement in main java file

switch(v.getId())
        {
        case R.id.time_button:
            Intent goToTime = new Intent(this,TimeHome.class);
            startActivity(goToTime);
            break;
ecobos commented 10 years ago

What is the full path of the file you're referring to?

echostar7 commented 10 years ago

This refers to linking the time management activity class to the main class.