Navigation Drawer - UX With Material3

  Рет қаралды 24,543

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 36
@tonnie7079
@tonnie7079 Жыл бұрын
That M3 NavigationDrawer looks sleek, thanks for making the code easy to understand!
@alirezafaraji
@alirezafaraji Жыл бұрын
Absolutely fantastic video! I've finally achieved my goal of completing this series, at least up to the most recently released video. I've left my thoughts on each video in the comments, and I can't thank you enough for curating this entire playlist. Your videos are consistently incredible, and it's always a delight to engage with them. Next on my agenda is to dive into your video about the navigation controller. I'm eagerly anticipating the learning experience, and you can definitely count on seeing me in the comment section there. P.S: Just a heads up, if my comments seemed a bit peculiar, I had a little collaboration with ChatGPT-I had it simplify my thoughts before posting them here. Haha! Nevertheless, sincere thanks for everything. Looking forward to more insightful content. See you there!
@Dibyendu.M
@Dibyendu.M Жыл бұрын
The pdf you shared about compose mistakes is very helpful. Thanks for that.
@BacBac-st8bq
@BacBac-st8bq 10 ай бұрын
Can you give the url
@Dibyendu.M
@Dibyendu.M 10 ай бұрын
@@BacBac-st8bq You'll find that in his website.
@MarkOverton-fn4gm
@MarkOverton-fn4gm 7 ай бұрын
@PhilippLackner Would it provide any advantages or would it be overkill to use a UiEvent for navigation (like you do in other videos) in the Navigation Drawer?
@MichaelMossmanNZ
@MichaelMossmanNZ 3 ай бұрын
Thank you @PhilippLackner for another informative video, however, in the past you have asked us to leave a comment if we think you could improve the content somehow, and I have some constructive criticism here: I think you let the team down in THIS video by using a phone emulator to display the large screen app. It would have been easy for you to set up another emulator! Also, I have watched MANY of your videos, a few of them over 3 hours long, and I feel that they are getting shorter & shorter, with LESS content. I know you have covered much already in other videos, but wouldn't it be nice for us learners to see the completed picture in ONE video? Hope this helps =)
@bmiaji
@bmiaji 6 ай бұрын
Very informative and clear cut tutorial. However, how to handle the click on different items? If I want to go to the Settings for example? Thanks in advance!
@akshaysharma4485
@akshaysharma4485 Жыл бұрын
sir please make a video for how to choose empty compose activity(material3) while selecting new project, it will be very helpful
@creepersonspeed5490
@creepersonspeed5490 2 ай бұрын
love this
@ananthababu8272
@ananthababu8272 Жыл бұрын
Pls make one video for Side Effects in compose.
@aleksandrnikolaev2914
@aleksandrnikolaev2914 8 ай бұрын
I must use Modal Drawer only for things navigation stuff and all things related to it? Or Modal Drawer is not only intended for sliding navigation window by clicking on the burger button?
@JustCuter
@JustCuter 10 ай бұрын
How to navigate to various fragments?
@jamesii-u4i
@jamesii-u4i 11 ай бұрын
the problem with tutorial is they don't show where they have learned from. here you looked out some docs and showed the code, instead you could have also shared the docs where you have learned from
@Pavel-wj7gy
@Pavel-wj7gy 3 ай бұрын
It also doesn't cover other use cases, like if you want to show zero Drawer in Closed state and full width in Open state. If you try that, the Drawer breaks. Adapting such Drawer creates a whole new array of issues.
@DaveBatistaa
@DaveBatistaa Жыл бұрын
do you ever tried flutter ?
@maryannadelman4438
@maryannadelman4438 11 ай бұрын
on 10:45 of the video you didn't go over the navigation links (navController.navigate(item.route) so I followed your video on navigation. However, coming back to this drawer project, the "navController" is still showing red in this onClick. Would you happen to have a video about creating links from Navigation Drawer that shows the actual implementation of this?
@bmiaji
@bmiaji 6 ай бұрын
Have you got any solution? I also wonder how to handle it. Thanks in advance
@maryannadelman4438
@maryannadelman4438 6 ай бұрын
Actually, I decided not do to navigation drawer and moved on to something else. But I’m never got an answer anyway
@skarloti
@skarloti Жыл бұрын
I saw something new in this video. 🎉 However, I would like to know in case we have a longer list in the drawerContent, Is there ModalDrawerSheet has an implementation of LazyColumn or it will have to be done manually? Thanks for showing the most current of Material3 👍
@victorlapin2080
@victorlapin2080 Жыл бұрын
it's not scrollable by default, you will have to add LazyColumn
@victorlapin2080
@victorlapin2080 Жыл бұрын
There is one catch if you're using different types of drawer for different window size classes - rememberSaveable will be separate for modal drawer and for permanent drawer. Is there a way to combine it?
@maryannadelman4438
@maryannadelman4438 11 ай бұрын
Your video still showed an error on the Material3ScaffoldPaddingParameter as unused. It happened it my code following along but you never addressed it. Kotlin code suggestion was to suppress it, so I did. But is there a reason you never addressed the red squiggly lines?
@tanushkartikeya5049
@tanushkartikeya5049 2 ай бұрын
Nice video, however this video is outdated, as it shows multiple error now when you use this. Will have to look for a video now.
@daffamuhtar
@daffamuhtar Жыл бұрын
Can we implement this code in compose multiplatform? Thanks
@Googlebard-Saini
@Googlebard-Saini Жыл бұрын
how can I play video in Exo player recyclerview only if view is visible
@mostafamousavi4140
@mostafamousavi4140 Жыл бұрын
I have a problem, my navigationDrawer fits full screen what should I do to fit as normal?
@AmirHamza-oh1tp
@AmirHamza-oh1tp 5 ай бұрын
ModalDrawerSheet(modifier = Modifier.fillMaxWidth(.8f))
@ShivaPrasad-hm5lk
@ShivaPrasad-hm5lk Жыл бұрын
Do a video on background location tracking i have asked u in insta also this for my major project pls reply🙂
@PhilippLackner
@PhilippLackner Жыл бұрын
You just need to use the search function on my channel and you'll find
@royalanimations007
@royalanimations007 Жыл бұрын
Need a video about mongodb realm with Google signin authentication
@Daaaaaaavid
@Daaaaaaavid Жыл бұрын
if you wanna become a serious Android Dev start by not using realm.
@raulastete3035
@raulastete3035 Жыл бұрын
@@Daaaaaaavid If you wanna be a real software developer don’t judge technologies instead learn to use them for different use cases.
@Pavel-wj7gy
@Pavel-wj7gy 3 ай бұрын
That drawer is a nightmare to work with. God help you if you want it to fill max width in Closed state and 0.dp in Open.
@OCEH6
@OCEH6 Жыл бұрын
Hi. I'm not influence in English. I search for dev friend, who learn android development and who influence in English. I want voice talking and friendship stuff (listen music, conversation about everything)
@AmjadxDev
@AmjadxDev Ай бұрын
items.forEachIndexed { index, item -> selected = index == selectedItemIndex, here the index is int and selectedItemIndex are mutableInt it give an error they cannot equal
Full Guide to Bottom Sheets - UX With Material3
11:54
Philipp Lackner
Рет қаралды 40 М.
Build an Egg Timer - Part 4: Boil Details Screen
24:24
Hani In Tech
Рет қаралды 92
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 61 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 42 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
Building the Ultimate Workout Tracker with React Native & MongoDB
3:59:34
Navigation Drawer In Jetpack Compose | Hindi
12:40
Vision Android Hindi
Рет қаралды 1 М.
The ONLY Correct Way to Load Initial Data In Your Android App?
12:27
Philipp Lackner
Рет қаралды 28 М.
Navigation Drawer in Jetpack Compose using Kotlin | Android Studio
18:06
Android Knowledge
Рет қаралды 6 М.
Bottom Nav Bar #03 | Material 3 | Jetpack Compose
12:21
Compose Campus | Code-Along
Рет қаралды 10 М.
Swipeable Tab Rows - UX With Material3
14:38
Philipp Lackner
Рет қаралды 27 М.
Should You Use Compose State or StateFlow in Your ViewModels?
13:59
Philipp Lackner
Рет қаралды 78 М.
Image Caching with Coil Compose - Everything You Need to Know
21:28
Philipp Lackner
Рет қаралды 18 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 61 МЛН