Super-positioning Qubits of my learnings at uncertain times.

  • Fuel your HTTP Requests for 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

    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

    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...

  • Why 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...