Android Question Destroy an activity without crash

Hirogens

Active Member
Licensed User
Longtime User
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
B4X:
Activity.finish
startactivity(newone)
 
Upvote 0
Top