Programming Notes
Sunday, 23 June 2024
Kotlin Multiplatform Wizard: problems building the project in the Xcode 15.4
›
The sample iOS project from Kotlin Multiplatform Wizard may fail to be built in XCode 15.4. The following steps should help to resolve these...
Sunday, 2 July 2023
Running Docker MySQL container on MacOS
›
1. Launch docker desktop server on MacOS via Launchpad icon. Docker desktop application can be downloaded from the docker web site . Aft...
Saturday, 15 April 2023
Inspect sqlite database file from iOS emulator
›
1. View sqlite file location. Launch XCode and follow these steps: - XCode Menu Bar > Product > Scheme > Edit Scheme - Run op...
Monday, 6 February 2023
Kotlin return statement in anonymous function vs inlined lambda functions
›
Having a return statement in an anonymous function in Kotlin acts like a break statement. The return statement without a @label always ret...
Saturday, 4 February 2023
Read and update value inside transaction in Room DB
›
In the post Accessing CoreData from a single background context there is a description of the process to safely update the value in Cor...
›
Home
View web version