InterviewSolution
Code to call ANOTHER ACTIVITY in ANDROID?Below is the code to call another activity in AdroidIntent i = NEW Intent(getApplicationContext(), ActivityTwo.class); startActivity(i);
Your experience on this site will be improved by allowing cookies. Read Cookie Policy