Answers for "how to close the activity in android"

1

android startActivity and close all the others

this.startActivity(Intent(this, HomeActivity::class.java))
this.finishAffinity()
Posted by: Guest on March-15-2021

Code answers related to "how to close the activity in android"

Browse Popular Code Answers by Language