2024-07
[JetpackCompose Android] Crashing when starting foreground service over API level 34
Background When I start the integration test in my app, it crached when starting foreground service. fun onCreate() { //...
[Swift] About lazy
Introduction I didn't know what lazy affects and what lazy is. An official document says A lazy stored property is a pro...
[Kotlin/Jetpack Compose] How to put on the limitation of version code for lambda
Answer If you want to add the limitation of version code for lambda you can do the below. checkManageExternalStorageCall...
[Web/HTML]input tag in form must have **name** attribute
Howdy! I'm developing new application which can transfer and upload files between smarthphone and any devices which can ...
[Android] How to solve the problem the internal testing in Google Play Store doesn’t show anything despite releasing for internal testing
I build the app of release version and try to execute internal test through Google Play Store. But It shows no item foun...