Skip to content

Time management main menu #19

@sellnat77

Description

@sellnat77

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;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions