PinnedPublished inLets build app with AayushInterview Questions for Kotlin coroutinesInterview question for Kotlin CoroutinesOct 15, 2024Oct 15, 2024
Published inLets build app with AayushCoroutineStart in Kotlin Coroutines: Control How Your Coroutines BeginWe use kotlin coroutines to manage asynchronous task in android development, what we do generally is we start our task execution byOct 20, 2024Oct 20, 2024
Published inSunday thoughtsThe Paradox of Knowledge: The More I Know, The More I Don’t KnowWe live in an age of information where knowledge is just a click away. However, the more I immerse myself in learning, the more I come…Oct 20, 2024Oct 20, 2024
Published inSunday thoughtsLearning to Find Balance in the Age of Information OverloadIn a world driven by technology, we are constantly bombarded with information — news, notifications, emails, social media, podcasts…Oct 16, 20241Oct 16, 20241
Published inLets build app with AayushKotlin CoroutinesA coroutine is a concurrency design pattern that we can use on Android to simplify code that executes asynchronously. Coroutines help to to…Oct 9, 2024Oct 9, 2024
Published inLets build app with AayushDifference between viewModel and PresenterWhile the ViewModel and the Presenter (from the MVP pattern) share some similarities, they have distinct roles, especially when comparing…Oct 3, 2024Oct 3, 2024
Published inLets build app with AayushUnderstanding Coroutine Scopes in KotlinIn Kotlin, coroutine scopes define the lifecycle and environment in which coroutines run. Understanding coroutine scopes is essential for…Sep 30, 2024Sep 30, 2024
Published inLets build app with AayushUnderstanding Extension Functions in Kotlin for Android DevelopmentIntroductionAug 30, 2024Aug 30, 2024
Published inLets build app with AayushView Binding in androidView binding allows you to more easily write code that interacts with views. Once view binding is enabled in a module it generates a…Jun 26, 2020Jun 26, 2020
Published inLets build app with AayushSplash Screen in AndroidI have been working on a project and I need to implement a splash screen. Earlier I used to implement it by taking a splash activity and…Jun 13, 2020Jun 13, 2020