Kotlin for Android: Creating a Two-Screen App

Go to class
Write Review

Free Online Course: Kotlin for Android: Creating a Two-Screen App provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Kotlin for Android: Creating a Two-Screen App is taught by Chiu-Ki Chan.

Overview
  • Learn how to create a two-screen Android app—complete with a button that allows you to move between screens—using the Kotlin programming language.

    Have you already created a Hello World application? In this course, learn how to transform your basic application into a two-screen Android app—complete with a button that allows you to move between screens—using the Kotlin programming language. Instructor Chiu-Ki Chan walks through how to add an activity to your Android app and connect it using an intent. Along the way, she shows how to customize activities, pass parameters to other activities using intent extras, and more.

Syllabus
  • Introduction

    • Create a two-screen Android application
    • What you should know
    • Application preview
    1. The First Screen
    • Start with a basic application
    • Change from TextView to Button
    2. The Second Screen
    • Add a second activity
    • How to connect the activities
    • Launch an activity using an intent
    • Customize the activity
    3. Passing Parameters
    • Add another word
    • Add extras to intents to pass parameters
    • Extract extra from intent
    • Use a constant as extra key
    Conclusion
    • Next steps