https://kotlinlang.org
Join Slack
Hey! how can I open a URL link in KMM?
a

Aleksandr Davliatov

almost 2 years ago
Hey! how can I open a URL link in KMM?
a
r
+2
  • 4
  • 5
  • 2010
Is there a way to request talkback focus on a particular element? I've tried `Modifier.semantics { f...
t

Travis

over 2 years ago
Is there a way to request talkback focus on a particular element? I've tried
Modifier.semantics { focused = isMyElementFocused }
but this seems a little wrong since focus is an externally-tracked, transient thing, and in my case indeed it does not work. I'm showing a swipeable container and I want to focus on the handle element which is also clickable to dismiss the container. I want to grab focus when the container opens (since I'll be covering up the rest of the app and focus will be lost), but trying a focus requester, semantics modifier, or even regular focus doesn't seem to work for me. Focus just lands on an arbitrary element of the container or on the scrim covering the app. Any tips on what I might be doing wrong here?
t
j
  • 2
  • 2
  • 2009
The `combineLatest` operator is deprecated for flows. Is there a way to achieve similar results with...
s

Saurabh

over 5 years ago
The
combineLatest
operator is deprecated for flows. Is there a way to achieve similar results with some other api in flow?
s
a
+2
  • 4
  • 4
  • 2004
Which is the recommended library for hashing passwords in Kotlin/Ktor? E.g. bcrypt does not appear ...
n

Nathan Kleinschmidt

over 3 years ago
Which is the recommended library for hashing passwords in Kotlin/Ktor? E.g. bcrypt does not appear to have an official Kotlin library.
n
n
+2
  • 4
  • 7
  • 1999
How to correctly pass parameters with Compose navigation if you must use enums for the routes? In th...
p

Pablo

over 1 year ago
How to correctly pass parameters with Compose navigation if you must use enums for the routes? In the docu they show you this example for passing parameters:
NavHost(startDestination = "profile/{userId}") {
    composable("profile/{userId}")
}
But how to work with enums for the routers? in previous codelabs and docu they told you that you must use enums for the routes:
NavHost(startDestination = Screen.HomeScreen.name) {
    composable(Screen.HomeScreen.name)
}
How to pass parameters correctly using enums for the routes? How to add that userId parameter if you use an enum for the route?
p
s
  • 2
  • 46
  • 1992
Has anyone configured SonarQube to work with Kover? Is there any special configuration required?
l

Lukasz Kalnik

over 2 years ago
Has anyone configured SonarQube to work with Kover? Is there any special configuration required?
l
r
+3
  • 5
  • 9
  • 1992
what does this error means? ```Reading a state that was created after the snapshot was taken or in a...
m

Marko Novakovic

almost 5 years ago
what does this error means?
Reading a state that was created after the snapshot was taken or in a snapshot that has not yet been applied
m
c
c
  • 3
  • 7
  • 1977
How to show an emptyView with no items in compose paging. It seems impossible. We have to skip the c...
m

myanmarking

over 3 years ago
How to show an emptyView with no items in compose paging. It seems impossible. We have to skip the condition for initial load (which the itemCount == 0). Also we cannot rely on endOfPaginationReached because the page can load from any position. Why is this api so hard ?
m
f
+3
  • 5
  • 12
  • 1974
Hi guys, do you know any library which can generate QR codes and support KMM?
t

Tung97 Hl

over 2 years ago
Hi guys, do you know any library which can generate QR codes and support KMM?
t
r
+6
  • 8
  • 14
  • 1965
How can I collect a flow in swift using KMM?
h

Hossein Amini

over 4 years ago
How can I collect a flow in swift using KMM?
h
m
+2
  • 4
  • 4
  • 1963
Previous101112Next

kotlinlang

A modern programming language that makes developers happier.

Powered by