https://kotlinlang.org logo
#android
Title
# android
n

Nikhil Soni

06/15/2020, 11:09 AM
Hey there, I am new to Android development and getting difficulties in learning things.. can anyone help me giving some tips regarding how to study productively and learn as much as possible ? and also some good resources to learn from?
w

Waseef Akhtar

06/15/2020, 11:11 AM
Not sure what your learning style is but Google's own Fundamentals course has always helped me: https://codelabs.developers.google.com/android-kotlin-fundamentals/
n

Nikhil Soni

06/15/2020, 11:15 AM
Thanks
z

Zach Klippenstein (he/him) [MOD]

06/15/2020, 2:46 PM
The Busy Coder's Guide to Android Development is a great resource. It's very thorough, the author keeps it updated as new Android versions come out, and he's also active both in this slack and on stackoverflow. It's a little more fun to read than pure technical docs too, with little touches of humor here and there. https://commonsware.com/Android/
😃 1
☝️ 2
🙏 2
m

Mark Murphy

06/15/2020, 5:46 PM
Thanks for the shout-out! FYI, that specific book is now frozen in time (4000+ pages of pre-Jetpack/pre-Kotlin material). But, subscribers get all my books, not just that one. Elements of Android Jetpack has paired samples to show both Java and Kotlin. The rest of my Elements series, plus Exploring Android, are all Kotlin.
😃 1
z

Zach Klippenstein (he/him) [MOD]

06/15/2020, 5:49 PM
Oops, I forgot it was frozen – nonetheless, all of your content is fantastic! Many thanks.
🙏 1
v

vgonda

06/16/2020, 1:05 AM
Here’s another one. RW has some free tutorials, too https://store.raywenderlich.com/products/android-apprentice
e

Eton Otieno

06/16/2020, 11:42 AM
Udacity has a great catalogue of free courses. Kotlin Bootcamp for Programmers - https://www.udacity.com/course/kotlin-bootcamp-for-programmers--ud9011 Developing Android Apps with Kotlin - https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
🙏 1
n

Nikhil Soni

06/16/2020, 4:35 PM
Thanks man.