Add Web platform to Kotlin Multiplatform Mobile ApplicationKotlin Multiplatform is on the rise. The very common application for this framework is to create application for Android & iOS. But we can…Mar 12Mar 12
5 Most Useful Library for Kotlin MultiplatformKotlin Multiplatform technology is on the rise. With the appeal as one framework for various platform, turn more applications into using…Dec 31, 2024Dec 31, 2024
Building Portfolio Website with Compose Multiplatform (4)This writing is continuation from Building Portfolio Website using compose multiplatform(3). On this part, we will focus on opening url…Dec 17, 2024Dec 17, 2024
Building Portfolio Website with Compose Multiplatform (3)This writing is continuation from Building Portfolio Website using compose multiplatform(2). Please refer to Part 1 & Part 2 for setup &…Nov 29, 2024Nov 29, 2024
Building Portfolio Website with Compose Multiplatform (2)This writing is continuation from Building Portfolio Website using compose multiplatform(1)Nov 13, 2024Nov 13, 2024
Building Portfolio Website with Compose Multiplatform (1)Hello 👋. Today I am going to create and documented building application for my portfolio using Compose Multiplatform. Compose…Oct 30, 2024Oct 30, 2024
Koin dependency injection for Compose Multiplatform with MVVM PatternKOIN is one of the popular dependency injection library for Kotlin Multiplatform, with the extensive support for most of the platform.Sep 20, 2024Sep 20, 2024
Google Developer is Terminated. Is this the end of my Android Developer career?I think this will be a rubbish write up, but just to vent my frustration.Jul 26, 2024Jul 26, 2024
Documentation of Digital Reporting System Development from Android side (1)It cannot be denied that there are still many systems in Indonesia that are being done manually such as recording, reporting, etc. However…Jul 21, 2024Jul 21, 2024
Dokumentasi pengerjaan Sistem Pelaporan Digital secara menyeluruh dari sisi Android (1)Tidak bisa dipungkiri bahwa masih banyak sistem-sistem di Indonesia yang masih dilakukan secara manual serperti pencatatan, pelaporan, dll…Jul 20, 2024Jul 20, 2024
Kotlin Multiplatform Networking Data KtorCreating any application always revolve around on storing and retrieving data. A simple app such as Weather App, News App, the core task is…May 18, 2024May 18, 2024
KMLogging for logging on Kotlin MultiplatformAs I learn on KMM/KMP for cross platform mobile app. I has realised that so much thing on Android framework that we take it for granted.Feb 18, 20243Feb 18, 20243
Building Multiplatform Weather App using KMM : Part 4 — Updating Data on iOS UISimilar with part 3, we will also updating our data on iOS platform.Dec 14, 2023Dec 14, 2023
Building Multiplatform Weather App using KMM : Part 3 — Updating Data on Android UIWe already have ready function that will retrieve data from API (part 2). We will use it now, and update our UI on Android.Dec 11, 2023Dec 11, 2023
Building Multiplatform Weather App using KMM : Part 2 — Fetching DataWe already had project setup & UI for each platform from Part 1. It is now time to display the real data that we fetch from our API source…Nov 26, 2023Nov 26, 2023
Storing API Key using BuildKonfig on Kotlin MultiplatformThis case is appear as part of my journey building Weather App on KMM. As my basic is come from Android, one of the most common way…Oct 10, 20231Oct 10, 20231
Published inDataDrivenInvestorBuilding Multiplatform Weather App using KMM : Part 1 — Project Setup & UIWith a lot of mobile app development demand which requires the development process to be more faster & efficient, cross-platform mobile…Jul 24, 2023Jul 24, 2023
Content Resolver to Share Data Across AppThis is the real case from my project where App A generate unique code and App B need to use the same code as well. There are 2 solutions…May 24, 2023May 24, 2023
Android Side Sheet DialogSide sheets are surfaces containing supplementary content that are anchored to the left or right edge of the screen.Apr 13, 20231Apr 13, 20231
Guide to JSON for Android Developer (Part 3)This is the series of JSON lesson that I extracted from my projects. It consists of Part 1 : Parsing data from Json to Object…Nov 7, 2022Nov 7, 2022