Kotlin

Overview

Create a minimal Kotlin Android project that will host the video UI and observability overlay. No Vonage-specific code yet - just the shell the rest of the tutorial builds on.

Creating a New Project

  1. Open Android Studio and select New Project from the File menu.
  2. Set the Minimum SDK for the app to be API 24 (Android 7.0, Nougat).
  3. Proceed through the project setup wizard:
    • Choose Empty Activity as the template.
    • Make sure the Language is set to Kotlin.
    • Leave the Activity Name as MainActivity.