Subscribe to my newsletter and never miss my upcoming articles
In Java 8, one of the features that were added was lambda functions. Unsurprisingly, this feature is available in Kotlin as well, with slight...
So last week, I decided to write on why you should use the ListAdapter in your RecylerViews in Android. After all, what is an android application...
Kotlin is a brilliant multipurpose language that offers a wide array of awesome features to make lives easier for developers. Destructing is one of...
In case you are not aware, Google released ViewPager2 to replace the older and limited ViewPager. This article assumes that you are familiar with the...
Think of the number of times you had to write util classes in Java to achieve some functionality in your code. If not that, then think of the number...
Before I proceed with this piece, there are two other articles you should go through to give you an idea of what is going on. They are linked...