This post has a collection of useful links related to development of Android applications using Kotlin.
Getting Started with Kotlin
Free Online Courses for Learning Kotlin
- Learn Kotlin for Android
- Developing Android Apps with Kotlin by Google - Udacity
- Kotlin Bootcamp by Google - Udacity
- Kotlin Koans - Interactive Course
- Kotlin Fundamentals - SmartHerd - Youtube
- Learn Kotlin with Keddit - Medium
Run Online
- Kotlin Playground - Edit, Run & Share Kotlin Code
Useful How Tos
- Adding Internet Permission for your Android Application
- Leveraging Power of Functions in Kotlin
- API Request in Android using Kotlin
Useful Extensions (Kotlin + Java)
- Anko Commons: a lightweight library full of helpers for intents, dialogs, logging and so on;
- Anko Layouts: a fast and type-safe way to write dynamic Android layouts;
- Anko SQLite: a query DSL and parser collection for Android SQLite;
- Anko Coroutines: utilities based on the kotlinx.coroutines library.
- Parsing JSON
No comments:
Feel free to leave a piece of your mind.