Self Note: Recycler in Recycler ViewRecycler in Android Recycler View has two caching mechanisms. Firstly, Scrap View - a lightweight way to store unused views and…Mar 1Mar 1
Starting multiple Flows in same coroutine scopeIn Kotlin, Flows are sequential by nature. They are collected sequentially too. Hence, to make them concurrent, we should wrap each flow…Feb 27Feb 27
Jetpack Compose: How to handle back press?BackHandler() is a compose side effect that lets us handle back press. We can pass a lambda to the OnBackPressedDispatcher of the local…Feb 27Feb 27
States in Jetpack ComposeStates are similar to React "States". A value can be observed by a @Composable with the remember API. It can be used to show/hide views or…Feb 27Feb 27
Just another blog. Or is it?My interests and the domains I want to or might pursue in my life are very wide. When I think of my career, I can imagine myself doing more…Jul 24, 2018Jul 24, 2018
Places I need to reach.So, after my last blog on Machine Learning, nothing much has happened. I soon figured out why my plan to work on Kaggle was too premature…Jul 11, 20181Jul 11, 20181