Leverage the essentials: Jetpack Compose best practicesRecently, 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 Compose effectively, with a particular focus on performance optimizations techniques and options. W...Jun 1, 2024路211
Can we use Java and Kotlin in the same project?As a beginner, developers might wonder how big companies handle their project, they mostly have mix of programming languages. The same happens with Android too. An Application can contain pre written java code and newly written Kotlin code on the sam...Oct 25, 2022路89
Data Binding Part 1 - The IntroductionIn this articles series, we will be discussing everything you need to know about Data Binding. This series will contain 3 parts. Introduction to data binding, types and uses, binding adapters and binding operators, and lastly, how to use them with Vi...Aug 7, 2022路165
Stop using SharedPreferencesIn 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 with its small tutorial. Why we should stop using SharedPreferences? 馃 You would be thinking as a new...Aug 4, 2022路139
Learn Searching within RecyclerView in 2 minsMany Applications implement searching options over a list of items. So in this article, I will simplify this process. Let's get started... So before implementing searching on a list of items, let's assume: We have a recycler view with let's say tit...Aug 2, 2022路120
Positive Mindset of a Software DeveloperHave you ever wondered about the type of thought process that runs through a learned developer's mind? Then let's just make your work easier. In this small piece of article, I will be sharing all the common mindsets that a developer possesses to have...Jul 6, 2022路84
Why Coil is becoming more popular image loading library for android? 馃If you are also a Glide lover like me, then you should look over the features of COIL. Recently I came across this image loading library Coil which I saw was gaining much popularity. I was more curious because I was thinking about how it's giving com...Jun 18, 2022路262