MaheshchakkarwarPart-5 : Coroutine Cancellation, NonCancellable Coroutine and Exception HandlingIn Part-3 and Part-4 of Series of Coroutine blogs, we have learned how to launch Coroutine using different builders. In this tutorial we…Jan 14, 2023Jan 14, 2023
MaheshchakkarwarPart-4 : Coroutine Builder AsyncAsync Coroutine builder creates Coroutine and return future result object as an implementation of Deferred. The usage of this builder is…Jan 7, 2023Jan 7, 2023
MaheshchakkarwarPart-3 : Coroutine Recipe using Launch BuilderIn the last part Part-2 we have learned how the coroutines differentiates from JVM Thread. In this blog we will learn how to create…Jan 6, 2023Jan 6, 2023
MaheshchakkarwarPart-2 : Blocking Thread vs Suspending CoroutinesIn the last Part-1, we have learned basics of Coroutines, building blocks of Coroutines. Here, you will learn difference between Java…Dec 31, 2022Dec 31, 2022
MaheshchakkarwarMastering Coroutines for Android Development -Part1Recently, I have completed Masterclass of Coroutines, I thought I should make easy learning for others by creating stuffs. I will create…Dec 31, 2022Dec 31, 2022
MaheshchakkarwarAndroid: Difference between runOnUiThread Vs Handler.post()You must have used runOnUiThread, this function is present in Activity class. This is used for running block of code on MainThread, as in…Nov 9, 2022Nov 9, 2022
MaheshchakkarwarShare large data over 1MB using Intent App chooser/Email chooserI was looking to share a file through Intent Chooser. We share data using IntentChooser through bundle. Refer below source code for sharing…Nov 9, 2022Nov 9, 2022
MaheshchakkarwarSonarqube integration in multimodule Android ApplicationI was wondering to integrate Sonarqube code analysis tool for multi-module application, where my application contains multiple independent…Sep 20, 2022Sep 20, 2022
MaheshchakkarwarAndroid Compose Interoperability with Existing android viewsJetpack compose is a modern declarative UI toolkit. It has several advantages to over traditional UI toolkit. It has advantages like;Jul 17, 2022Jul 17, 2022
MaheshchakkarwarImplement Popup like Linked reaction popup in Android ComposeI was looking to implement popup like linkedIn using Android Jetpack compose. After lots of searching I got to know there is Popup in…Jul 3, 2022Jul 3, 2022