Answers for "one activity to another activity and finsh first activity in android"

0

how to stop activity from another activity

public static Activity fa;
onCreate()
{
    fa = this;
}
Posted by: Guest on April-10-2020
0

how to stop activity from another activity

onCreate()
{
    FirstActivity.fa.finish();
}
Posted by: Guest on April-10-2020

Code answers related to "one activity to another activity and finsh first activity in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language