H Hirogens Active Member Licensed User Longtime User Oct 4, 2018 #1 Hello, I would like to destroy an activity after using it. (Next time is_first_time always = true). When I finish with my activity I use StartActivity so I was thinking to destroy this activity before starting the new one. It's possible to do that ?
Hello, I would like to destroy an activity after using it. (Next time is_first_time always = true). When I finish with my activity I use StartActivity so I was thinking to destroy this activity before starting the new one. It's possible to do that ?
DonManfred Expert Licensed User Longtime User Oct 4, 2018 #2 B4X: Activity.finish startactivity(newone) Upvote 0