Kotlin is an amazing language and we all love building Android apps using Kotlin. But still we write our code in "kind of" Java fashion and don't leverage powerful features of Kotlin like Extension function.
In this talks my goal is to show how you can make your Android application development faster and easier by leveraging Anko and Android KTX library in more clean and pleasant way.
Outline:
- Refresher about Kotlin for Android
- What is Anko
- Adding Anko to your project
- Amazing APIs by Anko
- What is Android KTX
- Adding Android KTX to your project
- Showcasing Android KTX APIs
- Conclusion