Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time management main menu #19

Open
sellnat77 opened this issue Oct 3, 2014 · 2 comments
Open

Time management main menu #19

sellnat77 opened this issue Oct 3, 2014 · 2 comments

Comments

@sellnat77
Copy link
Member

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
Copy link
Contributor

ecobos commented Oct 8, 2014

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

@echostar7
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants