Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
29 views

I have a problem with CapabilityClient visibility. I have both Android and Wear OS apps installed on the phone (Pixel 6 with Android 16) and paired watch (Samsung Galaxy Watch 6 with Wear OS 6). Both ...
artem's user avatar
  • 16.8k
1 vote
0 answers
54 views

I’m building a launcher UI in Jetpack Compose and running into a layout issue. When the search bar is located at the bottom, opening the keyboard causes a large blank space to appear in the middle of ...
George Clensy's user avatar
0 votes
0 answers
37 views

I got an object(singleton) in kotlin Multiple platform(KMP) Like: object SqIOSApiRegister { private var initialized = false val lock = NSLock() init { if (initialized) { ...
siren's user avatar
  • 1
2 votes
2 answers
54 views

Pointy corners appear in this card when clicked and held when the card itself has rounded corners. I know Compose is declarative so I included the RoundedCornerShape before the .clickable property. ...
quimeygalli's user avatar
Advice
0 votes
0 replies
21 views

Is there any new/easy way to call swift function from kotlin directly in kmp project? or Can anyone explain the same using cocoapods step by step?
Bipul Devashish's user avatar
0 votes
0 answers
63 views

I added multiple launcher icons using activity-alias to dynamically switch the app icon at runtime. But after going to the main activity, the app crashes immediately. I am not able to understand what ...
Ajay Satpati's user avatar
1 vote
0 answers
71 views

I'm trying to implement data encryption and decryption using Cipher. This is my code: class CryptographyManagerImpl : CryptographyManager { private val KEY_SIZE_BITS: Int = 256 private val ...
Carlos Pérez's user avatar
0 votes
0 answers
14 views

I’m working with the Ktor codebase (3.4.0-SNAPSHOT) and trying to run JVM tests locally. On a clean checkout, recommended testing (per CONTRIBUTING.md) fails: ./gradlew jvmTests The build fails ...
Stephen's user avatar
1 vote
0 answers
39 views

I have test class which, if configured in this way, works @DataJpaTest @AutoConfigureEmbeddedDatabase( refresh = AutoConfigureEmbeddedDatabase.RefreshMode.BEFORE_EACH_TEST_METHOD, provider = ...
four-eyes's user avatar
  • 12.8k
-1 votes
0 answers
51 views

For the last few days, I was trying to develop an app to verify a phone no whether it exists or not on the device. Is there any way or API to know which numbers exist on the device, or whether a ...
Aditya Barmola's user avatar
0 votes
1 answer
39 views

We have a very old Kotlin class (v1.4) that we were upgrading to the latest Kotlin and in the process upgrading to the latest jackson JARs too in the process. I see that the groupId has changed for ...
hell_storm2004's user avatar
-1 votes
0 answers
46 views

App download via debug mode or release apk ,App was lag issue back navigation not run smooth transmison navigation app lag issue when geuster navigation on real device app pages navigations issue ...
srini's user avatar
  • 11
2 votes
1 answer
58 views

Why does this code block indefinitely? fun main() = runBlocking { val myFlow: Flow<String> = flow { emit("abc") }.flowOn(Dispatchers.Main) myFlow.collect { ...
Shaman4562's user avatar
-1 votes
0 answers
75 views

I'm developing small monolith Spring-based REST API application with next key points: authentication will be only by username/password that are provided directly from mobile app. as sending username/...
sankranti's user avatar
Advice
0 votes
0 replies
27 views

I am creating an AI agent that chats with different customers via Whatsapp API. How am can I make the agent aware of the previous messages with the client? I already save the messages in a database, ...
Karim Sinouh's user avatar
  • 1,752

15 30 50 per page
1
2 3 4 5
6523