How Kotlin Coroutine Dispatchers IO, and Default work internallyI have been working with Kotlin and coroutines for many years. But still, I wanted to know how these dispatchers work internally.Nov 2Nov 2
How to Convert an Old Kotlin XML-Based Photo Editor App to Fully Jetpack ComposeIntroductionMar 30Mar 30
In Android, how to handle multiple API calls by Kotlin Coroutine (Async, Await, Suspend) examplesI assume that we already know about the Kotlin coroutine definition, simple use cases, examples, etc.Feb 9, 2024A response icon4Feb 9, 2024A response icon4
Use case and example of MutableLiveData and MediatorLiveDataWhat will be covered is simply that we know about ViewModel, LiveData, MutableLiveData and MediatorLiveData but on this story the exact…Nov 16, 2019Nov 16, 2019
Heads-up push notification from REST and Firebase when app is in background or foregroundLet’s start with some casual definition > Beginning with Android 5.0, notifications can briefly appear in a floating window called a…Feb 26, 2019A response icon3Feb 26, 2019A response icon3
Published inTeachMindUnderstanding of Thread, Handler, Looper, Message, Runnable and HandlerThreadBeing an Android developer, you should know about these basic but important elements which will build up your basic knowledge. If you have…Oct 16, 2018A response icon2Oct 16, 2018A response icon2
Published inTeachMindNecessity of ViewModel and Difference Between MutableLiveData and MediatorLiveDataViewModel is to help for saving(until onDestroy() is called) UI data and to communicate(realtime) between fragments placed at the same…May 6, 2018A response icon6May 6, 2018A response icon6