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