Kotlin
Classes and Objects in Kotlin
Class declaration in Kotlin is similar to most of the programming languages. To declare a class, it’s as simple as using the keyword class. https://pl.kotl.in/Lzmw3BYZw?theme=darcula Although this...
Getting started with Kotlin
At Google I/O 2019, it was announced that Android has officially become Kotlin first for developers. This is a piece of exciting news for all mobile devs across the world. Henceforth Kotlin is 100%...
Cleaner Code with Anko Library
It’s amazing to see how much time and resources the Kotlin team has invested in developing some great and helpful tools to make Android development easier. In this article, I’ll show you how Anko...
findViewById() vs Android Kotlin Extensions
Recently, I started exploring the plugins packed into Kotlin. Truth be told, it has been an amazing experience incorporating Kotlin into my development. Although, the entire code base of my projects...
Building A Simple Login Instant App
Yo Developer!! In my previous article I gave an overview of Android Instant Apps. It’s important you understand the entire process of Instant apps and the issues it’s capable of solving both for...
Accelerate Development and Eliminate Boilerplate code with Android Jetpack
Image credit: FrAndroid Hello World!!! I am so elated to have you here. It’s amazing to see how vehement you are with learning new stuffs. Truth be told, it’s admirable. At its just concluded I/O...
The Kotlin RoadMap
Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.” — Patrick McKenzie In my previous article, I shared everything you...
Kotlin and Android:Goodbye to Junky Codes
Kotlin was announced as an official Android development language at Google I/O 2017. It became the third language fully supported for Android, in addition to Java and C++. At first when i saw this, i...