#kotlin
Read more stories on Hashnode
Articles with this tag
Recently, I started a new project where I decided to use Jetpack Compose for the UI layer. Alongside this, I aimed to explore best practices for using...
Introduction Kotlin, being an emerging open-source programming language provides lesser boilerplate and also some additional features which help...
I was learning jetpack compose and came across an awesome version management tool in android called BOM which stands for Bill of Management. This is...
In this articles series, we will be discussing everything you need to know about Data Binding. This series will contain 3 parts. Introduction to data...
In this article I will discuss about why we should stop using SharedPreferences to store small non-relational data. I will also suggest what to use...
Many Applications implement searching options over a list of items. So in this article, I will simplify this process. Let's get started... So before...