PinnedPublished inProAndroidDevAndroid Performance — OverdrawRendering i.e, drawing the UI on the mobile screen influences every app users’ perception of quality. Every user’s eyes demand smoothness…Feb 5, 2022Feb 5, 2022
Understanding SOLID Principles in Android Kotlin — O for Open/Closed PrincipleIn the previous section, we discussed S — Single Responsibility Principle (SRP) and how it helps keep our code clean by ensuring that each…Feb 11Feb 11
Understanding SOLID Principles in Android Kotlin — S for Single Responsibility PrincipleThe SOLID principles are a set of five design principles that help developers write clean, maintainable, and scalable code. These…Feb 8Feb 8
Understanding Sealed Classes in Kotlin: A Beginner’s GuideIf you’re new to Kotlin or coming from another programming language, you might have stumbled across something called “sealed classes” and…Jan 25Jan 25