shivakumar·Feb 8, 2024Encrypted Storage — AndroidIn this blog we will learn how to implement/use encryption to save local data in Android.
shivakumar·Aug 7, 2023Kotlin Flows — Backoff and Retry StrategyIn this blog we will learn how to implement back-off and retry request with Kotlin flows.A response icon1A response icon1
shivakumar·Jul 31, 2023Webview in Compose AndroidIn this blog we will learn how to create webview with Jetpack Compose. You can view webpages and can send intent to external browsers to…
shivakumar·Jun 14, 2023Navigation In Jetpack ComposeIn this blog we will learn how to perform navigate with Jetpack Compose. You can navigate between composables while taking advantage of the…
shivakumar·Jun 13, 2023Jetpack Compose BasicsIn this blog we will try to look at all the basics and fundamental blocks needed to start Jetpack Compose.
shivakumar·Jun 13, 2023Coroutine scope vs Supervisor scopeIn this blog we will learn about the difference between Coroutine scope and supervisor scope. This will be short read as the differences…A response icon1A response icon1
shivakumar·Jun 13, 2023Launch vs Async in Kotlin CoroutinesIn this blog we will learn about when we want to use coroutines for networking/suspending functions. There are 2 approaches.A response icon1A response icon1
shivakumar·Feb 22, 2022A Quick Comparison between React Native Apps vs Native Apps(Android/iOS).It is no surprise that the marketing trends, tactics, and technologies have drastically changed more in the last five years than in the…