2024-07

iOS

[iOS/Swift] App structure in iOS

Android

[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

[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...
Jetpack Compose

[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...
Android

[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

[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...