技术笔记
Solved: KMM is slower on iOS then Android
In one of the applications, we use KMM to share code on both Android and iOS, but we find that some functions are much slower on iOS than…
技术笔记
In one of the applications, we use KMM to share code on both Android and iOS, but we find that some functions are much slower on iOS than…
技术笔记
I usually use the sqlite3 command line tool to query data from sqlite database, but there are some problems to use the sqlite3 command line…
技术笔记
I want to print the method execute time in KMM, so I added a method named logTime to wrap the method and print the execute time, but I…
技术笔记
Today we encounter an issue that can’t install the apk file on Android emulator, and I try to restart the adb server, it failed to kill the…
技术笔记
We use the pre-commit to check code before commit on git, before we setup the environment, we need to install the pre-commit first, but in…
技术笔记
Problem
技术笔记
Problem
技术笔记
Mac has bash and zsh the profile for bash and zsh is different, sometimes we want to change path on profile files, but in order to find…
技术笔记
Problem
技术笔记
I am thinking about save files on a remote server, and develop with vscode on local machine, this is the solution.
技术笔记
This error was occurred when run the app on an iOS device with OS version less than 13, after investigate the problem was caused by the…
技术笔记
Problem