DEV Community

Discussion on: Kotlin for Android

Collapse
 
ahonarmand profile image
Amir Honarmand

Hi Lemuel,
first of all thank you so much for your comment.
I have already watched some tutorials on YouTube and right now I am reading "Android Development with Kotlin" by Packt.
would you please recommend some books, YouTube channels or boot camp.
I'll be more than happy if you could provide me some links

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.