Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 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
35 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
15 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
58 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
48 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
13 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
36 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
38 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
44 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
57 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
72 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
25 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
-1 votes
1 answer
76 views

This is my code where I perform navigation with Navhost controller in Compose. Whenever I am in deep of this nav route and from there if I rapidly click the back button then it is showing a white ...
kshitij raypale's user avatar
0 votes
0 answers
62 views

I'd like to display a Card with a transparency of 0.5. However, that suddenly shows a rectangle in the middle of the card. Left without transparency, right with 0.1f. The code is really simple: @...
Big Bro's user avatar
  • 944

15 30 50 per page
1
2 3 4 5
6525