-
Fuel your HTTP Requests for Kotlin
kotlin ·While we all were busy retrofit-ing our HTTP requests on Android, I stumbled across this amazing and easy to use HTTP library called Fuel!
Let me show you how easy your HTTP requests on Android can be ☺️
-
All about Optionals in Swift
swift ·Optionals were introduced in Swift so that we could avoid Null Pointer Exceptions (NPE) or as Xcode says “fatal error: unexpectedly found nil while unwrapping an Optional value”.
-
RecyclerView in Kotlin
kotlin ·In my previous post, I spoke briefly about the magical Kotlin-Android-Extension plugin. So if you are reading my post for the first first, then do take a moment to include the kotlin-Android-Extension plugin in your build.gradle as I will not be declaring any UI elements in the Kotlin...
-
Get Lazier with Kotlin - by not declaring UI elements
kotlin ·In my previous post, I spoke briefly about the key differences between Java and Kotlin. In this yet another post I will be talking about a magical plugin of Kotlin for Android.
-
Why Kotlin?
kotlin ·For the past few years, I have been coding Android applications with Java and I’ve loved it. Java is my favorite programming language and I still remember the days I started learning Java. But then one day Kotlin comes along and catches my eyes! It looks like Swift too and I...