Chetan BhaleraoSOLID principles using KotlinAs software developer, we faced some issues on daily basis and some issues are mostly due to bad decisions we took while writing the code.Dec 19, 2022Dec 19, 2022
Chetan BhaleraoScope functions in KotlinKotlin is quite simplified language and it provides various inbuilt functions to ease the life of developers.Dec 11, 2022Dec 11, 2022
Chetan BhaleraoCoroutine BasicsI have been using Coroutine since so many days but never get a chance to finish this blog. We will try to cover some basic stuff in this…Nov 28, 2022Nov 28, 2022
Chetan BhaleraoExploring Jetpack ComposeNowadays most happening topic in the android dev community is Jetpack Compose, a new way of creating the UI.Nov 22, 2020Nov 22, 2020
Chetan BhaleraoDagger Hilt-New way of Dependency InjectionIf you are android developer then most probably you are using Dagger 2 as a dependency injection library. Dependency injection is a very…Oct 19, 2020Oct 19, 2020
Chetan BhaleraoSwaggen factory (Swagger JSON to Kotlin data class and Retrofit interface)We, android developers, are always excited to build something cool something really meaningful which will help the business grow and…Aug 16, 2020Aug 16, 2020
Chetan BhaleraoHigher order functions and lambdas in KotlinKotlin is a programming language that is developed at JetBrains. As many people say about Kotlin that you will not like the Kotlin, you…Jan 5, 20201Jan 5, 20201
Chetan BhaleraoDagger 2: Custom Scopes and SubcomponentBefore touching the concept of scope and subcomponent, let’s go through some of the Dagger basics.Feb 3, 2019Feb 3, 2019
Chetan BhaleraoFlutter — Communicate with Android activity or iOS ViewController through method channelI am mobile developer and I faced a lot of problems while developing for Android and iOS applications, and sometime those problems are…Aug 6, 20187Aug 6, 20187