Rick_HK·Aug 7, 2021Xcode Device Orientation Setting is not working for iPadHave you ever tried to set the device setting in Xcode but it never works?
Rick_HK·Apr 5, 2021Xcode: Could not launch “Your App” failed to get the task for process 537Have you ever tried to launch your app in different scheme but Xcode said it could not launch it? It was perfectly fine to launch in one…A response icon6A response icon6
Rick_HK·Jan 27, 2021[Cocoapods] Oh no, an error occurred.I guess you’re here is because you’re using M1 for your Xcode project with Cocoapods, but you cannot perform pod install right?A response icon2A response icon2
Rick_HK·Aug 18, 2020Android Fragment UI not updated after popBackStack()Have you ever experience your fragment’s UI not updating after exit from another fragment?
Rick_HK·Aug 12, 2020AAPT: error: failed writing to R.txt ':app:processDebugResources' Android Studio 4.0.1 (Aug 2020)Previously, we talked about this version of Android Studio has an issue of Launcher Activity (See here). Now we got another issue about…
Rick_HK·Jul 20, 2020Android Studio 4.0.1 Launcher Activity Does Not Exist Error (July 2020)Android Studio 4.0.1 just came out July 2020 and it has some instability issues. One of which is unable to launch your launcher activity…
Rick_HK·Jul 14, 2020CameraX on Android Fragment in Kotlin with ImageAnalyzerCameraX is a relatively new Camera API in Android. Unlike the predecessors, CameraX is easy to use and requires less tweaking in order to…A response icon1A response icon1
Rick_HK·Jul 14, 2020UnsatisfiedLinkError: No implementation found for long org.opencv.core.Mat.n_Mat()When we implementing OpenCV to Android Camera Project, the app crashes for no reason.
Rick_HK·Jul 8, 2020How to make XCFramework / Fat Framework in XcodeIn the past, we, as iOS framework authors, used to build Fat .Framework file to distribute.
InMac O’ClockbyRick_HK·Jul 4, 2020iOS14 — 7 New Web APIs and API Changes in Safari from WWDC2020Apple just announced what’s new in web/safari on WWDC2020. Let’s take a look of what API changes are concerning web developers and…