Starting a new video series where I will solve HackerRank challenges in Kotlin.
Tune in, more videos coming soon :)
Tune in, more videos coming soon :)
Want to learn Jetpack Compose?
This repo is a gem! π
I added it to my learning list:
https://github.com/android/compose-samples
This repo is a gem! π
I added it to my learning list:
https://github.com/android/compose-samples
GitHub
GitHub - android/compose-samples: Official Jetpack Compose samples.
Official Jetpack Compose samples. Contribute to android/compose-samples development by creating an account on GitHub.
If you are an absolute beginner in Android Development, my $99 worth of beginner Android Dev course Android Fifty is FREE for 3 days if you enroll with this link:
https://www.udemy.com/course/android-course-for-extreme-beginners/?couponCode=BYE2020
https://www.udemy.com/course/android-course-for-extreme-beginners/?couponCode=BYE2020
Udemy
Android 50: Crash Course into Android Development
An Android course that will build the ground knowledge. Tailored for non-programmers and extreme beginners.
Cool youtube channel teaching bunch of useful Android Dev related stuff π
Are you learning Kotlin with Codecademy's Learn Kotlin track? (codecademy.com/learn/learn-kotlin)
Or with my video series covering the same topics? (ytub.link/learn-kotlin)
When you forget something or need to quickly remember some syntax the cheatsheet provided by Codecademy is to the rescue!
https://www.codecademy.com/learn/learn-kotlin/modules/learn-kotlin-introduction-to-kotlin/cheatsheet
You may want to print these πKotlin cheatsheets and keep them handy, just in case π
Or with my video series covering the same topics? (ytub.link/learn-kotlin)
When you forget something or need to quickly remember some syntax the cheatsheet provided by Codecademy is to the rescue!
https://www.codecademy.com/learn/learn-kotlin/modules/learn-kotlin-introduction-to-kotlin/cheatsheet
You may want to print these πKotlin cheatsheets and keep them handy, just in case π
A wild Kotlin challenge appeared: https://pl.kotl.in/BgRmEUnIz
Difficulty: [2/5]
Share your solutions below and I will announce the best solution! π
Difficulty: [2/5]
Share your solutions below and I will announce the best solution! π
A good solution using extension functions and the built-in Char functions:
https://pl.kotl.in/o0LVg9RZ0
https://pl.kotl.in/o0LVg9RZ0
A wild Kotlin challenge has appeared: https://pl.kotl.in/v5oxyvNRV
Difficulty: [3/5]
Rules: You need to complete each missing function. You cannot use
Difficulty: [3/5]
Rules: You need to complete each missing function. You cannot use
if, for or while. (Focus on the list extension functions like: any, count, find, ...)