September 21, 2021 in Learn
SharedPreferences in Android with Kotlin
Kotlin is all about letting us do more work with less code, and SharedPreferences are no exception. In this post we’re going to focus on making SharedPreferences as easy to use as possible, and by the end we’ll be able…
January 4, 2018 in Learn
The Top 5 Programming Languages to Learn This Year
If you’re reading this, you’ve either decided to learn to code this year as a complete beginner or maybe you’re already a programmer and want to expand your skill set. Either way, you’re likely familiar with the reasons why learning to…
September 15, 2017 in Learn
An Absolute Beginner’s Guide to Kotlin
What’s Kotlin? Kotlin is a modern programming language maintained as an open source project by JetBrains, a world leader in IDEs. Back in 2011, JetBrains was writing primarily Java code and looking for a new programming language to help make…
July 31, 2017 in Learn
Should I Learn Kotlin or Java?
With Android officially adopting Kotlin as a supported language, there’s one question that every new Android developer should be asking themselves: should I learn Kotlin or Java? Rather than burying the answer all the way at the bottom… in my mind,…