Showing posts with label Kotlin Language. Show all posts
Showing posts with label Kotlin Language. Show all posts

Thursday, March 7, 2019

Kotlin is 3 years old!

Kotlin is 3 years old! Let’s take a moment to look back at it all.


Sunday, March 3, 2019

Kotlin online playground

It's a good web to try Kotlin for beginner, Kotlin Playground, an online sandbox to explore Kotlin
programming language. You can edit, run and share Kotlin code online, and also browse code samples directly in the browser.

visit: https://play.kotlinlang.org/



Friday, November 16, 2018

Kotlin Conference 2018 Opening Keynote

KotlinConf 2018 - Conference Opening Keynote by Andrey Breslav


Andrey Breslav has been leading design and development of the Kotlin Programming Language at JetBrains since 2010 when the project started. He often presents as a speaker at large software conferences and contributes to the Kotlin blog.

Thursday, June 8, 2017

Announced at Google I/O: Android support Kotlin officially

Kotlin: Android Support Announced at Google I/O

Kotlin website - https://goo.gl/W6bJJJ
Kotlin and Android documentation - https://goo.gl/NWt6O7

Android announced full support for the Kotlin language at Google I/O along with an increased commitment to both the Java programming language and C++. This video interviewed key stakeholders involved with the decision from both Google and Jetbrains to help understand why this decision was made and what it means to the Android developer community.

Introduction to Kotlin (Google I/O '17)

Life is Great and Everything Will Be Ok, Kotlin is Here (Google I/O '17)
In the first part of this talk, Jake will cover advancing the usage and design patterns of the language for Android development to solve larger problems. In the second part, Christina will share her experience using Kotlin in production, from mistakes to successes, and help you answer questions your team/company might ask about adopting it.

#Kotlin

Thursday, May 18, 2017

Kotlin programming language, Now official on Android

At Google I/O 2017 keynote, the Android team announced first-class support for Kotlin. Kotlin is a statically typed programming language for modern multiplatform applications

Starting now, Android Studio 3.0 ships with Kotlin out of the box, meaning Android developers no longer need to install any extras or worry about compatibility. It also means that moving forward, you can rest assured that both JetBrains and Google will be supporting Android development in Kotlin.

~ read more

This tutorial, Getting started with Android and Kotlin, walks us through creating a simple Kotlin application for Android using Android Studio.


Related:
Download and install Android Studio 3.0 Canary 1 on Ubuntu 17.04, and create Hello World of Kotlin language.