Open sellnat77 opened 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;
What is the full path of the file you're referring to?
This refers to linking the time management activity class to the main class.
link to switch statement in main java file