Simulating Inheritance in Realm with Kotlin: A Practical GuideWhen working with Realm in Kotlin, you might come across scenarios where you need to simulate inheritance or create complex data models…Oct 21Oct 21
Upgrade from PostgreSQL 16.x to 17.0 in Docker ComposeUpgrading your PostgreSQL database from version 16.x to 17.0, especially within a Docker environment, is a crucial step to ensuring your…Oct 111Oct 111
Easy Windows Installers for Flutter Apps with Inno BundleEvery Flutter project follows a familiar journey: coding, designing, testing, and sharing that masterpiece with the world. That final step…Sep 4Sep 4
Convert Canvas to Bitmap in Jetpack Compose using CanvasDrawScopeBitmap is a versatile format used to represent an image in Jetpack Compose (or Compose Multiplatform), acquiring the ability to transform…Feb 12Feb 12
Trigger Ripple Effect from Code in Jetpack ComposeOne of the things I always like about Material UI design is its animations, they are simple, not distracting, and not outdated, given that…Oct 4, 2023Oct 4, 2023
Storage Access Framework (SAF) in Jetpack ComposeJetpack compose is the new defacto for new android/kmm projects for 2023, for many of these projects the filesystem is a key part of the…Feb 3, 20231Feb 3, 20231
Electron Builder: Create separate 32 and 64 bits installers for windowsNote: this is a minimal workaround (hacks) and not an absolute and native solution.Apr 27, 20202Apr 27, 20202