JVM Static Annotation explained simplyKotlin is designed for seamless interoperability with Java, but the two languages handle static members differently. The @JvmStatic…Aug 17Aug 17
Kotlin type checking and casting explainedTypecasting and Type Checking in Kotlin: A Comprehensive GuideJul 13Jul 13
Learn Kotlin with me — Companion ObjectsCompanion Objects vs Objects, Syntax and Features of Companion ObjectsMay 12May 12
Learn Kotlin with me — Inline FunctionsIn this blog, we will explore Inline functions. Inline functions are some of the most asked questions in Android Development Interviews…Mar 22Mar 22
Kotlin Interfaces explained. Interfaces vs Abstract classesInterfaces are a feature in Kotlin that enables developers to define contracts for classes without enforcing inheritance. By combining…Jan 25Jan 25
Internals of a ViewModel — Part 3Explaining how the ViewModel gets saved during config changesDec 28, 2024Dec 28, 2024
Understanding ViewModel Internals in Android“How does ViewModel work internally?”Dec 21, 2024Dec 21, 2024