Hi
How i finish any activity from other module
I want to finish activity where IsPause method return true
I search in stackoverflow and found result
But the solution is declare static variable and use it to finish activity
No Erel
i want to finish activity from other activity not detect it
If i save activity in object variable,can i use it in other module instead of activity?
example :
in main activity :
Dim ac as object
ac = me
in second activity
dim k as activity
k = main.ac
k.finish
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.