Answers for "the difference between finish and start activity in intent in android sturio kotlin"

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 "the difference between finish and start activity in intent in android sturio kotlin"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language