We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
What is the full path of the file you're referring to?
Sorry, something went wrong.
This refers to linking the time management activity class to the main class.
No branches or pull requests
link to switch statement in main java file
The text was updated successfully, but these errors were encountered: