Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to destroy activity in android

Intent intent = new Intent(this, NextActivity.class);
startActivity(intent);
finish();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #destroy #activity #android
ADD COMMENT
Topic
Name
5+6 =