Kotlin Multiplatform: Build Only What You Need for iOS in Kotlin MultiplatformStop building unnecessary iOS architectures in Kotlin Multiplatform and drastically speed up your development workflow.Feb 284Feb 284
Kotlin Multiplatform: Mixing SwiftUI and Jetpack Compose in a Kotlin Multiplatform Project for iOSMaximize code reuse while delivering a native iOS experience: learn to blend SwiftUI and Compose.Feb 254Feb 254
Kotlin Multiplatform: Expect/Actual and Default Implementations — A ClarificationKotlin Multiplatform (KMP) empowers developers to share code between platforms like Android, iOS, desktop and the web. A core concept in…Nov 7, 202414Nov 7, 202414
The Silent Indent: Why indentation matters in PythonUnmasking a common Python pitfallMay 25, 20242May 25, 20242
Boost Your Android Development Workflow with Gemini AIUnlock Efficiency with AI-Powered DevelopmentMay 20, 20241May 20, 20241
Sealed Classes vs Data ClassesChoosing the Best State Option for Your Kotlin ApplicationDec 23, 2022491Dec 23, 2022491
Unleash the power of destructuring in Kotlin — a beginner’s guideDestructuring in Kotlin is a powerful language feature that allows developers to easily extract data from objects and arrays into distinct…Dec 14, 20223Dec 14, 20223
Easily remove Reddit Auto Moderator sticky comments for a clutter-free browsing experienceIf you’re a Reddit user, you may have noticed that some of the threads on the platform have a “sticky” comment from the Automoderator at…Dec 4, 20225Dec 4, 20225
5 Steps to Get Started with Android App Development in 2023A Beginner’s Guide to Creating Your First Android AppDec 2, 20223Dec 2, 20223
Updating your UiState correctly in ViewModelAssume you have a ViewModel where the init block collects certain flows and the view model’s state flow is modified in accordance with the…Nov 26, 202240Nov 26, 202240
Browserstack camera frame injection with KotlinHaving to write some Appium tests for a feature that I am currently implementing that uses the Android Camera, I needed to find a way to…Nov 21, 2022Nov 21, 2022
ViewModel does not retain values after fragment rotationHave you tried implementing the MVVM architecture pattern in Android with Kotlin only to test the screen rotation and come to the…Oct 23, 2020Oct 23, 2020
How to write and publish your next successful Android appA step by step guideOct 23, 2020Oct 23, 2020
Migrate to Jetpack compose error: Unbound symbols not allowedDo you have the above mentioned error in Android Studio 4.2 Canary 13?Oct 21, 2020Oct 21, 2020
How to solve the ‘Execution failed for AarResourcesCompilerTransform’ issue in Android Studio…Recently I was migrating my skeleton MVVM project to Gradle version 4.2.0-alpha13 which I use to start every Android project out there and…Oct 19, 2020Oct 19, 2020
A brand new way to communicateHow to communicate with others without saying a wordSep 28, 2020Sep 28, 2020
Android — How to set the background color for a notification in a foreground serviceRecently i was struggling with setting the background color for a notification shown by a foreground service in Android.Sep 17, 20203Sep 17, 20203