Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android how to start a new activity on button click

Intent intent = new Intent(this, ActivityToBeCalled.class);
startActivity(intent);
 
PREVIOUS NEXT
Tagged: #android #start #activity #button #click
ADD COMMENT
Topic
Name
8+5 =