I just actually spent 3 hours to just do this thing on my last week's project 😅😅 Just to handle keyboard focus on compose and you are with this video now wow
Is there any recommendation on how to handle focus across complex views? ex. - one focus manager for the whole UI stack - focus manager per UI component - custom focus implementation
Nice Video. Can you make a Video where you have a Textfield which opens a dropdownmenu below showing you suggestions while typing and when you click on an item in the Dropdownmenu, it fills the Textfield. You already have a video for a search bar, but I'd like to see something similar, where it shows you actively suggestions while typing and allows you to use the items to fill the textfield
This is amazing and thanks for the video. I hadn't thought about how important this functionality is. Android 15 is prepared to work in desktop mode, which will probably make using a tablet and a physical keyboard more comfortable.
The only concern is that requesting focus on start of the screen could be an accessibility issue, like user navigates to form screen and screen reader starts reading "input email, text field".
@@Lpapadop send us an email at support@pl-coding.com and we'll send it to you. I think it's fair to assume that an email might also just got lost in some sense before calling it clickbait
Do you have a more respectable way to contribute than maintaining the Android development community? Always show respect for other people in your field.
I just actually spent 3 hours to just do this thing on my last week's project 😅😅
Just to handle keyboard focus on compose and you are with this video now wow
this was short and useful man thank you so much
Finally you made a video on something I already knew 😊 good day to be alive!
Hi Philipp can you make a video for CI CD github processes? Ktlint , unit test for jacoco covarage , generate apk custom yaml etc.
Yes. CI/CD, GitHub and Unit testing please
Simple and Focused 😅😅, Thanks
thanks for great content ❤ ,
is the suggestion that appears on top of the keyboard is automatic or u coding it manually?.
Is there any recommendation on how to handle focus across complex views? ex.
- one focus manager for the whole UI stack
- focus manager per UI component
- custom focus implementation
Hey Philipp! What is the right way to request focus at screen launch without crashes ?
(FocusRequester is not initialized)
@@JustAmalll Do it in LaunchedEffect
Nice Video. Can you make a Video where you have a Textfield which opens a dropdownmenu below showing you suggestions while typing and when you click on an item in the Dropdownmenu, it fills the Textfield. You already have a video for a search bar, but I'd like to see something similar, where it shows you actively suggestions while typing and allows you to use the items to fill the textfield
This is amazing and thanks for the video.
I hadn't thought about how important this functionality is. Android 15 is prepared to work in desktop mode, which will probably make using a tablet and a physical keyboard more comfortable.
Philipp, could you create a demo on how to make a Compose Multiplatform library and publish it on Jitpack or Maven?
Hi! One question please: why are you using remember with FocusRequester? It is not needed, is it?
The only concern is that requesting focus on start of the screen could be an accessibility issue, like user navigates to form screen and screen reader starts reading "input email, text field".
Hi phillipp , just a quick question , how do you navigate to the different screen when on done ?
You can write the logic to move on next screen in the onDone in keyboardActions
Example - onDone = {navController.navigate("your destination route")}
How can do Responsive UI in jetpack compose, and specially mobiles like 4,5,6... inches ❤
Focus manager or locaksoftkeyboard is not work in modelbottomsheet
Damn! Everything reminds me of her (Flutter)
How to forcefully clear focus when keyboard is dismissed/minimized. This is a common use case in forms.
I faced this problem. I needed to use DisposableEffect with onGlobalLayoutListener to listen size of layout and remove focus manually
well that link is a clickbait, did not get the free ebook ... not cool man
@@Lpapadop send us an email at support@pl-coding.com and we'll send it to you. I think it's fair to assume that an email might also just got lost in some sense before calling it clickbait
Can you improve your audio quality?
Shame on you,
Instead of picking tough & complex topics, you are picking up the topic, which could be clarified by ChatGpt in 0.01s
Do you have a more respectable way to contribute than maintaining the Android development community? Always show respect for other people in your field.