According to kotlin doc, we use the following syntax to start a new activity
startActivity(Intent(this @ MainActivity,NextActivity :: class.java)) p> It’s kotlin, why do we add .java after
According to kotlin doc, we use the following syntax to start a new activity
startActivity(Intent(this @ MainActivity,NextActivity :: class.java)) p> It’s kotlin, why do we add .java after