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, 2024A response icon3Nov 9, 2024A response icon3
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
Published inLevel Up Coding🧑💻 LeetCode 0039 — Combination Sum with Kotlin and Backtracking 🧠Welcome, fellow coders! 👋 Today, we are tackling a LeetCode favorite problem #39, Combination Sum. This problem is a fantastic…Jun 9Jun 9
Published inTowards Dev🧑💻 LeetCode 0139 — Word Break: Unleashing the Power of Dynamic Programming (and Beyond!) 💥The “Word Break” problem (LeetCode 139) is a classic that often pops up in technical interviews. It’s a fantastic way to explore different…Jun 9Jun 9
Published inLevel Up Coding🎯 Cracking the Interview: Foundations knowledge for Android EngineersAs an Android engineer, especially at a senior level, technical interviews often test your understanding of computer science fundamentals…May 26May 26
Published inCodeX🧑💻 LeetCode 0069 — Sqrt(x), All Solutions Explained with Java! 🧠“The journey of a thousand miles begins with one step… or one square root.”May 26May 26
Published inLevel Up Coding🧑💻 LeetCode 0075 — Sort Colors , All Solutions Explained with Java Code 🎨If you’re brushing up on array manipulation or preparing for coding interviews, LeetCode 75 — Sort Colors is a must-solve classic! It…May 23May 23