Category: Kotlin rss

Posts

20 September / Kotlin / Development

Sometimes you want to try out some code and you don’t want the hassle of having to start a new project in your IDE or might not have a machine to hand to run the code. So what are your options?

08 July / kotlin / Development
30 June / Android / kotlin / Development

Live templates allow you to quickly add text to the current file. They are context aware so that only relevant templates for the current cursor location are shown.