Published inPapara TechMastering Gradle Dependency Resolution for Android Projects with Multiple Maven RepositoriesAs an Android developer, managing Gradle dependencies is a crucial part of your workflow. When your project depends on multiple Maven…Aug 21Aug 21
Published inProAndroidDevMockResponseInterceptor: Simplifying Retrofit API Response Mocking in AndroidIn Android development, testing API integrations can be challenging, especially when you need to simulate different server responses. This…Jun 22, 20231Jun 22, 20231
Published inProAndroidDevDynamic Multiple Base URL with Annotations | AndroidThink about we have a lot of services on backend and multiple base url for our mobile client. How we can handle?Dec 2, 20221Dec 2, 20221
Published inKt. Academyvalidator | Rule Based Validation Library in AndroidRecently, I wrote a rule-based validation structure for all my inputs. It’s very flexible and manageable. Today I will try to explain the…Jun 13, 20221Jun 13, 20221
Published inProAndroidDevPublish to AppGallery Automatically | appgallery-publisherAppGallery is Huawei’s application distribution platform. Many developers are integrating their apps into the Huawei ecosystem and…Feb 21, 20221Feb 21, 20221
Published inKt. AcademySay Hello 👋 to Jetpack Compose and Compare with XMLIntroductionDec 5, 20212Dec 5, 20212
Published inKt. AcademyKotlin DSL, BuildSrc, Product Flavors, Flavor Icon and moreI wanted for a long time migrate gradle files to kotlin dsl but i was always procrastinating. I finally put an end to it and also I…Jul 6, 20212Jul 6, 20212
Published inProAndroidDevNew Form Validation Way with Kotlin Flow — StateFlowHi everyone, in this article we will implement a form validation with Kotlin Flow and StateFlow.Mar 29, 20213Mar 29, 20213
Published inProAndroidDevKotlin Synthetic is Dead, Long Live ViewBinding (Kotlin Android Extensions Deprecated)Recently, Jetbrains team released a new update for Kotlin. (Kotlin 1.4.20 Released) With this update, synthetic import has been removed…Dec 5, 20201Dec 5, 20201
Published inProAndroidDevGeneric ListAdapter with Kotlin | Write Once Use More | Recyclerview & ViewpagerRecyclerview or Viewpager is one of the most common UI elements we use in our Android apps. Of course these also have adapters. Most…Oct 24, 20201Oct 24, 20201