Android StartActivity And Close All The Others

[Solved] Android StartActivity And Close All The Others | Kotlin - Code Explorer | yomemimo.com
Question : android startActivity and close all the others

Answered by : daniele

this.startActivity(Intent(this, HomeActivity::class.java))
this.finishAffinity()

Source : | Last Update : Mon, 22 Mar 21

Answers related to android startActivity and close all the others

Code Explorer Popular Question For Kotlin