Hello. I am trying to make a simple game based on choices. Do I have to make a new empty activity every time I want a new screen to appear when you lcikc a choice or is there any simpler way? Thanks!
c
Christopher Gjøvåg
09/02/2022, 12:49 PM
Are you using #android?
n
NelsonC
09/02/2022, 12:53 PM
Yes, I am using android studio!
NelsonC
09/02/2022, 12:54 PM
What I've been using is using a click listener on a button everytime I want to open a new window and setting up a new activity to redirect it.
c
Christopher Gjøvåg
09/02/2022, 12:57 PM
My point was more that Kotlin != Android 😉
But it is recommended to use a