-
-
Recent Posts
-
Archives
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- October 2014
- August 2014
- July 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- August 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
Categories
Meta
Category Archives: Android
Kotlin 1.3 Released with Coroutines, Kotlin/Native Beta, and more
You can read this blog post in other languages: Today we are releasing Kotlin 1.3 together with a set of accompanying libraries, build tools, and learning materials! We develop Kotlin to be a good tool for all application developers, at … Continue reading
KotlinConf 2018 Announcements
In today’s keynote at KotlinConf 2018 we made a series of announcements around releases, resources, and other things we’ve made available. For your convenience below is a brief summary of the announcements with the corresponding links for more information. Kotlin … Continue reading
Posted in Android, Events, iOS, Libraries, Native, Playground, Releases, Tools
Tagged newsletter
8 Comments
Kotlin/Native v0.3 is out
We’re happy to announce the release of Kotlin/Native v0.3. We are going to the new lands! With the release of version v0.3 Windows is supported as both a compilation host and execution target, and Google Android devices as an execution … Continue reading
Posted in Android, Native, Releases
26 Comments
Kotlin on Android. Now official
Today, at the Google I/O keynote, the Android team announced first-class support for Kotlin. We believe this is a great step for Kotlin, and fantastic news for Android developers as well as the rest of our community. We’re thrilled with … Continue reading
Kotlin 1.1 is also for Android Developers
This is a guest blog post from Antonio Leiva — Android engineer, trainer and author of the “Kotlin for Android Developers” book. We’re all really excited about the release of Kotlin 1.1. The new features this release includes are extremely … Continue reading
Kotlin’s Android Roadmap
Introduction One of the most interesting pieces of news we’ve all seen recently is Google announcing (limited) Java 8 support for Android N with the Jack compiler for Java. Naturally, our users are curious about how these news affect them, … Continue reading
Posted in Android, Roadmap
31 Comments
Contest: Go Cross-Platform with Kotlin!
Hi All, Have you ever heard about RoboVM? It lets you create beautiful native apps for iOS & Android, allowing you to share code between platforms. RoboVM translates Java bytecode into native ARM or x86 code. The latest RoboVM release … Continue reading
Better Annotation Processing: Supporting Stubs in kapt
This post is largely outdated. Please refer to the kapt documentation. We announced kapt, an Annotation Processing Tool for Kotlin, some time ago, and discussed its limitations. Now most of the limitations are going away with the updated version of … Continue reading
Posted in Android, Libraries, Tools
18 Comments
kapt: Annotation Processing for Kotlin
This post is largely outdated. Please refer to the kapt documentation. As there have been many requests to support Java Annotation Processing, we are working on it, and first results are ready for preview. This is the call for early … Continue reading
Posted in Android, Tools
21 Comments
Advanced Features of Anko
Last week we published a new version of Anko. While the main purpose of this library is creating layouts though a DSL, even the users of XML layouts can benefit from it. Today we are going to talk about such … Continue reading
Posted in Android
3 Comments