Тёмный

Selection UI Components (Checkboxes, Switches, Radio Buttons) - UX With Material3 

Philipp Lackner
Подписаться 175 тыс.
Просмотров 11 тыс.
50% 1

In this Material3 video, you'll learn how you use all the different selection based UI components in a user friendly way. That involves checkboxes (also TriStateCheckbox), radio buttons and switches.
⭐ Learn all the professional technologies applied in the industry
⭐ 100% money back guarantee for 30 days
⭐ Become an industry-ready Android developer now:
pl-coding.com/premium-courses...
Get my FREE PDF about 20 things you should never do in Jetpack Compose:
pl-coding.com/jetpack-compose...
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
pl-coding.com/drop-table-ment...
Follow me on Instagram for insights into my live as an Android developer:
/ _philipplackner_
Get the source code for this video on GitHub:
github.com/philipplackner/M3-...

Опубликовано:

 

30 июл 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@Dawid_NH
@Dawid_NH 11 месяцев назад
Great video, hovewer your explanation of triStateCheckbox is not compliant to material3 standard. The material3 guidelines state that: "Checkboxes can have a parent-child relationship with other checkboxes. > When the parent checkbox is checked, all child checkboxes are checked > If a parent checkbox is unchecked, all child checkboxes are unchecked > If some, but not all, child checkboxes are checked, the parent checkbox becomes an indeterminate checkbox" Thus, the indefinite state is not set as the initial state, but rather is fully dependent on the state of its children.
@user-cu6jx5rg6p
@user-cu6jx5rg6p 11 месяцев назад
Need compose desktop videos 🙏
@jesprotech
@jesprotech 11 месяцев назад
This video just came in very much on time because I've just started to convert my very very old Android apps from Java to Kotlin and I'm looking at things like JetPack Compose and this tutorial for Material3 is something that can really help me out! Thanks for the great video!
@mohammad-hossein-farzanegan
@mohammad-hossein-farzanegan 4 месяца назад
That was great, Philipp. because you explained every Component so patiently and in complete detail.😇
@amalmanoj5074
@amalmanoj5074 11 месяцев назад
To remove the ripple effect from the row and have it only inside the radio button or checkbox, 1. In the row clickable modifier set the indication to null. 2. Create a MutableInteractionSource. 3. Pass the MutableInteractionSource to both the row and the radioButton or checkbox.
@MatthiasMeger
@MatthiasMeger 11 месяцев назад
Thanks for your videos!
@lazydevelopment
@lazydevelopment 11 месяцев назад
Bro, you make very cool and helpful videos, thanks. I would like to see the implementation in design patterns using Kotlin. For example, the decorator pattern can be implemented through Interface Delegation. and so on.
@ciach0_
@ciach0_ 11 месяцев назад
Nice video as always! Also, will you cover menus in one of the next videos?
@beworld_pasha
@beworld_pasha 11 месяцев назад
Great video like everyone else! Could you tell me which android studio theme you are using, please?
@abada-s
@abada-s 11 месяцев назад
I hope to make a video about MaterialTheme object in the material3 and their colours
@ArthurKhazbs
@ArthurKhazbs 10 месяцев назад
I think there could be some rare cases where it is important to require the user to make an unbiased choice (so that they pay enough attention to their options and don't fall for the "default option trap"). Would this justify not having a radio button selected by default, or should we use some other UX component instead?
@Alchemist10241
@Alchemist10241 11 месяцев назад
recaps at the end of videos are really a good way to help us memorize the material covered in the video, but it would be great if you did it for 1 to 2 minute not less
@ShivaPrasad-hm5lk
@ShivaPrasad-hm5lk 11 месяцев назад
Bro i need to track user location using geofencing in background so that when he leaves particular loaction another service should eb triggered and then another i kind of need them to get triggered in a chained reaction manner and all of this should be done in background even when the appi snot opened please tell em how to do this
@AI-DroidX
@AI-DroidX 11 месяцев назад
How to add expandable on checkboxes
@user-nz6vg1vn5u
@user-nz6vg1vn5u 11 месяцев назад
thanks.
@user-ob2vg9oj6r
@user-ob2vg9oj6r 11 месяцев назад
1