https://kotlinlang.org
Join Slack
hi everyone , does anyone know the minimum supported version of IOS for compose multiplatform? I hav...
g

Giovanni Trenta

about 2 years ago
hi everyone , does anyone know the minimum supported version of IOS for compose multiplatform? I have not found precise information about it, but it seems to be 14.1, does anyone have precise information about it?
g
a
+3
  • 5
  • 12
  • 712
Now that `SystemUIController` is deprecated, and `enableEdgeToEdge` is available... How do you actua...
z

Zoltan Demant

about 2 years ago
Now that
SystemUIController
is deprecated, and
enableEdgeToEdge
is available... How do you actually handle dynamically changing the statusBars in response to preferences in the app?
👀 1
z
o
t
  • 3
  • 3
  • 711
I've never used dagger/hilt in a multi-module setup. Lets say I have `app` gradle module which depe...
c

Colton Idle

almost 3 years ago
I've never used dagger/hilt in a multi-module setup. Lets say I have
app
gradle module which depends on
service
. And
service
inside has
SomeServiceClass
. Would
service
gradle module have a @Module and @Provides, providing the
SomeServiceClass
to
app
gradle module? Or is it more customary for the
service
gradle module to declare what it provides?
c
a
  • 2
  • 9
  • 711
How can I secure store strings like passwords in a ktor app?
ł

Łukasz Bednarczyk

over 4 years ago
How can I secure store strings like passwords in a ktor app?
ł
a
+3
  • 5
  • 8
  • 710
Is there a way to make a word bold or italics within a Text in Jetpack Compose, without having to cr...
d

Daniele B

about 5 years ago
Is there a way to make a word bold or italics within a Text in Jetpack Compose, without having to create different Texts for applying the bold or italics fontStyle?
d
n
+2
  • 4
  • 4
  • 710
`flow.collectAsState("initialState")` requires an initial state (when not using a `StateFlow<T&gt...
z

zak.taccardi

about 5 years ago
flow.collectAsState("initialState")
requires an initial state (when not using a
StateFlow<T>
. How can we avoid having this initial state? For example, I would like to have a composable not be considered “ready” until the
Flow<T>
emits. By ready, I mean shown to the user. Is something like this possible? The idea would be something like
fragment.postponeEnterTransition(..)
(link) which allows the
Fragment
to asynchronously load its data before appearing to the user. This way an initial state would not need to be provided and only fully loaded data need be displayed
👍 4
z
d
+4
  • 6
  • 36
  • 709
I understand that animating insertions/deletions into a `LazyList` is still under development, but w...
c

Chuck Stein

over 3 years ago
I understand that animating insertions/deletions into a
LazyList
is still under development, but what's the recommendation for animating insertions/deletions into a regular
Column
or
Row
?
c
j
+2
  • 4
  • 17
  • 707
Hi everyone, I’m facing error while calling Ktor API `SLF4J: Failed to load class "org.slf4j.impl.S...
a

Ankit Dubey

over 4 years ago
Hi everyone, I’m facing error while calling Ktor API
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
This error doesn’t come when i pass HashMap<String, String> to body But whenever i’m passing,
HashMap<String, Any>
then only getting error. Any idea? Do I need to add SLF4J dependency🤔
a
a
r
  • 3
  • 7
  • 707
Are there any multiplatform libraries for working with USB devices? getting information, sending dat...
z

zt

almost 3 years ago
Are there any multiplatform libraries for working with USB devices? getting information, sending data to them, etc?
z
a
l
  • 3
  • 3
  • 706
Hello, i try convert this cURL in kotlin using retrofit 2, but i cant and i really need this. Help m...
j

Jorge Riveiro

over 6 years ago
Hello, i try convert this cURL in kotlin using retrofit 2, but i cant and i really need this. Help me please. Code cURL-> curl -X POST \ URL_BASE\ -H 'Authorization: Bearer <your_acces_token>'\ -H 'content-type: application/json'\ -d '{ "process": "Attended", "rauthorityId": "<your_rauthorityId>" }'
j
s
n
  • 3
  • 7
  • 706
Previous808182Next

kotlinlang

A modern programming language that makes developers happier.

Powered by