https://kotlinlang.org logo
#android
Title
# android
s

Saadat Sayem

10/04/2023, 1:51 PM
Hi everyone, hope you are having a good time. I am currently developing a tv app (for Amazon fire tv) using jetpack compose. I have implemented features but I am really confused about the focusing using
FocusRequester
api. Can anyone share some resources that might help me understand the best practices about using the API. Currently i am manually doing the focus using
LaunchEffect
to request the focus. Thanks in Advance.
m

Mark Murphy

10/13/2023, 10:16 PM
You may have better luck posting in #compose-android or #compose. FWIW, my newsletter archives have a few posts on `FocusRequester`. Alas, most are a bit old.