Kotlin Objects and Classes


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Kotlin is an object-oriented programming language, so working with objects is an important part of mastering it. During this course, you will explore classes, visibility, extensions, and objects in Kotlin. See how to describe objects and their implementation in Kotlin programming. Create a basic class and a class instance in Kotlin. Capture user input, store data in a file, and read data from a file. Configure Android Studio to work on your Kotlin projects, and configure IntelliJ IDEA for Android development. Finally, conclude by creating an Android project, add items to a project interface, and run apps in an emulator.

Target Audience
Software developers who wish to learn about the Kotlin language, its uses, and development environments

Prerequisites
None

Expected Duration (hours)
1.1

Lesson Objectives

Kotlin Objects and Classes

  • start the course
  • define classes and their purpose in object-oriented software development
  • describe objects and their implementation in Kotlin programming
  • specify how to create a basic class in Kotlin
  • recall how to create an instance of a class in Kotlin
  • specify how to capture user input in Kotlin programming
  • describe how to store data in a file in Kotlin programming
  • specify how to read data from a file in Kotlin programming
  • describe how to configure Android Studio the first time you run it
  • configure IntelliJ IDEA for Android development
  • describe how to create an Android project, add items to a project interface, and run apps in an emulator
  • create a class and reference its properties using Kotlin
  • Course Number:
    sd_pkot_a05_it_enus

    Expertise Level
    Beginner