For yesterdays Kotlin challenge, there was no submissions 😞
There are bunch of solutions, but I want to share a tricky one: Using java.util.Collections.rotate function.
`fun cycle(list: List<Int>, times: Int): List<Int> {
java.util.Collections.rotate(list, times)
return list
}`
See the full solution with rotate here: https://pl.kotl.in/4oi58bpT0
There are bunch of solutions, but I want to share a tricky one: Using java.util.Collections.rotate function.
`fun cycle(list: List<Int>, times: Int): List<Int> {
java.util.Collections.rotate(list, times)
return list
}`
See the full solution with rotate here: https://pl.kotl.in/4oi58bpT0
I am being asked about Flutter vs. Native Android Development and which one to learn.
There can be different answers to this question from various perspectives.
But as an Android Developer and a professional making money out of it, the first thing I look when deciding is *the market*.
How big is the Flutter market and how big is the native development?
You don't need to make rigorous research, upwork.com is more than enough to come to a conclusion.
There can be different answers to this question from various perspectives.
But as an Android Developer and a professional making money out of it, the first thing I look when deciding is *the market*.
How big is the Flutter market and how big is the native development?
You don't need to make rigorous research, upwork.com is more than enough to come to a conclusion.
434 vs 2817
Native Development market on freelance jobs are significanly bigger.
So I recommend learning native Android development, preferably with Kotlin.
Native Development market on freelance jobs are significanly bigger.
So I recommend learning native Android development, preferably with Kotlin.
A wild Kotlin challenge has appeared: https://pl.kotl.in/dzacc5u0Z
Difficulty: [1 / 5]
Share your solution below 👇
Difficulty: [1 / 5]
Share your solution below 👇
Want to become a better Android Developer and land your dream job?
There is a great collection of intermediate / advanced topics to learn:
https://github.com/mobile-roadmap/android-developer-roadmap
There is a great collection of intermediate / advanced topics to learn:
https://github.com/mobile-roadmap/android-developer-roadmap
GitHub
GitHub - mobile-roadmap/android-developer-roadmap: Android Developer Roadmap 2020
Android Developer Roadmap 2020. Contribute to mobile-roadmap/android-developer-roadmap development by creating an account on GitHub.
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! 👇