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