DEV Community

Discussion on: Kotlin for Android

Collapse
 
lemuelogbunude profile image
Lemuel Ogbunude

You're welcome.

I would recommend Kotlin in action by Dmitry Jemerov and Svetlana Isakova: manning.com/books/kotlin-in-action

It's a very nice book.

As you are reading the book, you could also practice and play with Kotlin Koans:
kotlinlang.org/docs/tutorials/koan...

Kotlin Koans are a series of exercises to get you familiar with the Kotlin Syntax.

Finally, you could also check out the Kotlin Documentation from time to time. When learning I always love checking the Docs.

kotlinlang.org/docs/reference/

Thread Thread
 
ahonarmand profile image
Amir Honarmand

Thank you so so much for your links and recommendations.