Wednesday, April 6, 2016

Kotlin Tutorials

Kotlin could be the future of Android Development :)

Todo App in Kotlin: https://lordraydenmk.github.io/2016/converting-a-todo-app-to-kotlin-part-1/

Book writer: http://antonioleiva.com/api-request-kotlin/
Book: https://leanpub.com/kotlin-for-android-developers/
ebook sample: file:///Users/andres/Downloads/kotlin-for-android-developers-sample.pdf

Testing:
*** read http://blog.wittchen.biz.pl/hello-kotlin/
It’s also worth mentioning that there is a project created in Kotlin by JetBrains called Spek which is a specification framework for the JVM and you can use it for writing unit tests in the JVM projects in order to get human readable output.


Build
Kotlin Meets Gradle I was lucky to attend this talk by the creator of Gradle.

Jake Wharton's notes:

**** read https://docs.google.com/document/d/1ReS3ep-hjxWA8kZi0YqDbEhCqTt29hG8P44aA9W0DM8/edit#heading=h.famdx8ejbd

Youtube tutorial:
https://www.youtube.com/watch?v=A2LukgT2mKc

koterknife:
https://github.com/JakeWharton/kotterknife

Tutorials:

https://www.youtube.com/watch?v=SI2HiSLDFFs
http://antonioleiva.com/kotlin-awesome-tricks-for-android/

Official kotlin tutorials:

http://try.kotlinlang.org/#/Kotlin%20Koans/Introduction/Strings/Task.kt