Answers for "android startActivity and close all the others"

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 "android startActivity and close all the others"

Browse Popular Code Answers by Language