Enums in Kotlin: Why They’re More Than Just Static ConstantsEnums in Kotlin are not just static constants. They can have constructors, abstract methods, and additional properties. If you thought…Dec 19, 2024Dec 19, 2024
Solving WebView Lifecycle Crashes in Android: A Lifecycle-Aware Approach with Sealed Classes and…IntroductionNov 30, 2024Nov 30, 2024
Garbage Collector : An Android StoryBefore going to how GC works in Android, we need to understand how memory allocation works in AndroidJun 21, 2021Jun 21, 2021
Connect your Android device without USB Connector 😉😉😉As an Android developer we are running the app many times in a day while developing/ testing in our mobile for the instant result.Jun 1, 2021Jun 1, 2021
Create your own Android Library & Publish itI always wonder how android dependency works.Mar 25, 20212Mar 25, 20212