Tutorial: how to switch Activities using Intents - Kotlin and XML (coding demo in Android Studio)

Опубликовано: 04 Март 2026
на канале: Astire Games
1,326
19

This tutorial covers how to set up a second activity, use an intent to move from the main activity to the second, and use putExtra to pass some information. It also shows how to setup View Binding to simplify the process of locating the relevant UI elements. Kotlin, XML, and Android Studio