Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Build Your First App in Kotlin

Build Your First App in Kotlin

Getting started with Android and Kotlin at Tech meets LMU 2.0

Mayokun Adeniyi

November 23, 2019
Tweet

More Decks by Mayokun Adeniyi

Other Decks in Programming

Transcript

  1. What will you learn ? How to use Android Studio

    to build your app. How to run your app on a device or in the emulator. How to pass data between two activities. How to build views and layouts. Kotlin
  2. What is Android? Android is a mobile operating system designed

    primarily for touchscreen mobile devices such as smartphones and tablets. • Holds 87 percent share of the global market in 2019. • 2.5 billion active Android devices.
  3. So, What is Kotlin? Kotlin is a cross-platform, statically typed,

    general-purpose programming language with type inference. Kotlin is officially supported by Google for mobile development on Android. Kotlin is sponsored by JetBrains and Google through the Kotlin Foundation.