Switch Between Activities in kotlin

1. Create a New Project 2. Add Another Activity 3. Register the New Activity in AndroidManifest.xml This step is usually done automatically, but confirm it’s there: 4. Design Layouts Main Screen (with a Button) πŸ“Œ activity_main.xml Second Screen πŸ“Œ activity_second.xml 5. Add Switching Logic MainActivity (Start SecondActivity) SecondActivity (Optional Back Button) 6. Running the App … Continue reading Switch Between Activities in kotlin