PinnedPublished inProAndroidDev🌟DiffUtils, Myers’ Algorithm and Jetpack ComposeIn the world of Android UI development, DiffUtil is a go-to tool for optimizing list updates in RecyclerView. Enter DiffUtilsDec 27, 2024Dec 27, 2024
PinnedPublished inLevel Up Coding🧑💻 A Comparison of Asynchronous Data Fetching in Android and Loom 🔄💡As Android developers, one of the most crucial tasks is efficiently managing asynchronous operations, especially when dealing with network…Dec 17, 2024Dec 17, 2024
PinnedPublished inLevel Up Coding🧑💻 Demystifying OkHttp Interceptors with Chain of ResponsibilityWhen building networked application in Android, OkHttp is often the go-to HTTP client. One of its most powerful features is its…Dec 2, 2024Dec 2, 2024
PinnedPublished inProAndroidDev🎯Comparing SupervisorScope with viewModelScope: Understanding Their Use Cases and Differences in…When working with Kotlin coroutines in Android development, managing asynchronous tasks effectively is essential. Two coroutine scopes…Nov 9, 20243Nov 9, 20243
PinnedPublished inProAndroidDev👋🏻 Exploring the Secrets of Dispatchers Default and IO in Kotlin CoroutinesUnderstanding the architecture of CPU cores and threads can be a game-changer when writing optimized code. In this guide, we will explore…Nov 3, 2024Nov 3, 2024
💹 LeetCode 122: Best Time to Buy and Sell Stock II — All Solutions Explained! 🚀If you’ve tackled LeetCode Problem 122, “Best Time to Buy and Sell Stock II,” you know it’s all about maximizing profit through multiple…4d ago4d ago
🧑💻 LeetCode 208: Implement Trie (Prefix Tree) in Java and Kotlin 🚀Trie (or Prefix Tree) is a powerful data structure used primarily for storing and searching strings, especially when the strings share5d ago5d ago
Published inLevel Up Coding🚀 An Introduction to Tries: A Beginner’s Guide for your Your Next Interview🌟When it comes to storing and searching strings efficiently, Trie (pronounced as “try”) is a data structure that stands out! Whether you’re…6d ago6d ago
🕵️ Kotlin Secrets: Unveiling the Power of lateinit and lazy 🌱Kotlin, the modern programming language that’s widely used for Android development, offers developers some powerful tools to manage…Jan 14Jan 14
Published inLevel Up Coding🌟 Mastering the S.T.A.R Interview Technique: Your Ultimate GuideIn the high-stakes world of job interviews, answering behavioral questions can be nerve-wracking. But what if there was a proven formula…Jan 7Jan 7