RecyclerView and CardView for Jetpack Compose (LazyColumn and Card)

  Рет қаралды 23,286

CodingWithMitch

CodingWithMitch

Күн бұрын

Пікірлер: 66
@mohdotnet
@mohdotnet 2 жыл бұрын
I am new to all three items . Kotlin mvvm and jetpack and I have to say your video is amazing.
@vengateshm2122
@vengateshm2122 4 жыл бұрын
Thank You Mitch. I thought you will be writing adapters for recyclerview but it is as simple as Flutters' list item builder.
@miguelnuno928
@miguelnuno928 2 жыл бұрын
The dead of Recyclerview and his adapters children makes me happy hahaha
@ricks1129
@ricks1129 2 жыл бұрын
Hi Mitch. Would like to thank you for being so considerate of your learners. A simple act of using white background in your Android Studio is so much comfortable. Don't know why almost everyone else is crazy about black screens where it is so difficult to figure out the code. Power-saving is essential but not at the cost of huge inconvenience for end users
@DS-bz4mz
@DS-bz4mz 2 жыл бұрын
I find it a lot easier to see when the text is on the darker background, plus it's easier on your eyes at night
@typingcat
@typingcat 3 жыл бұрын
I read an article today that said "Declarative UI" is the new "mega" trend, and Compose will eventually replace the traditional XML UI in Android. Another article said that traditional XML layout stuff is the "Imperative UI". But seeing is the code, how is the method of creating the UI in Compose fundamentally different form the XML UI? It seems that it is creating the UI in the same way as the XML but looks shorter only because we are using default values for things that we had to explicitly declare in the XML such as the "android:layout_width". If Google had decided to make those attributes all omittable and default values were chosen for them, wouldn't it be basically the same as this Compose UI declaration? And they say that one of the "pros" of the Compose UI is that the code looks cleaner, but all those nested code blocks look more difficult to understand than the XML.
@LetrixAR
@LetrixAR 4 жыл бұрын
Waiting for loading images. I'm trying with CoilImage (from accompanist) but the scroll is really weird.
@codingwithmitch
@codingwithmitch 4 жыл бұрын
I'll show you a simple method tomorrow
@Shoan3D
@Shoan3D 4 жыл бұрын
Recycling ♻️ engagement
@muhammedshahin6299
@muhammedshahin6299 2 жыл бұрын
Thank you, mitch. You're awesome
@juanrincon4110
@juanrincon4110 4 жыл бұрын
Here is my prideful engagement!!
@raghund1481
@raghund1481 4 жыл бұрын
Is there a way to add a scrollbar thumb here? I have a lot of rows here and need a scrollbar thumb and I just cant find a way to add one. Pls help. Thanks.
@diodio6335
@diodio6335 4 жыл бұрын
How to setup animation when scroll the list to the top and the end?
@speedboy93640
@speedboy93640 3 жыл бұрын
Hi Mitch! Great content!
@anuradhaamarasinghe9649
@anuradhaamarasinghe9649 3 жыл бұрын
Thanks Mitch. Here goes the engagement
@АлександрПальчевский-г7о
@АлександрПальчевский-г7о 4 жыл бұрын
Thank you for the video!
@wajdidaghlas3178
@wajdidaghlas3178 4 жыл бұрын
انت استاذ رائع......its mean: you are fantastic master
@Lars131
@Lars131 4 жыл бұрын
Shouldn't convert the .png image to .webp?
@abdelrhmantalat9813
@abdelrhmantalat9813 4 жыл бұрын
Hi Mitch, Can you tell us why we are not using @Preview in our components?
@codingwithmitch
@codingwithmitch 4 жыл бұрын
I'm not because its slow and it makes me angry
@anudeepananth
@anudeepananth 3 жыл бұрын
Hey Mitch... there is no way in compose to show if user is overscrolling(when reached the end of list or the beginning of list), the visual feedback is built in when using XML and also the swipe down to refresh is not possible in compose as of now... is that right?
@dipveo3666
@dipveo3666 4 жыл бұрын
Thank you Mitch !
@erickramones2167
@erickramones2167 3 жыл бұрын
I wish there was some visual representation of the code when building the components like when the xml was used.
@anindyaray1913
@anindyaray1913 3 жыл бұрын
hey, you can preview what you are building using the preview annotation and calling the function you want to see inside the function annotated with preview.
@hellespont5072
@hellespont5072 3 жыл бұрын
Does anybody know how to access MaterialTheme.shapes.small/medium etc? I tried googling it and can't find any info, seems to have changed since Mitch made this video. Official Jetpack Compose Theming documentation uses the same syntax but I can't access it. I checked gradle file and as far as I can tell I have all the correct imports. Anybody know the new way to do it??
@ailacherim
@ailacherim 4 жыл бұрын
Awesome, thanks!
@danyelsh874
@danyelsh874 3 жыл бұрын
thanks mitch!
@oleg_dnipro
@oleg_dnipro 3 жыл бұрын
how to load image from resources in Compose?
@hellespont5072
@hellespont5072 3 жыл бұрын
Hey did you find a way to do it? Is it using painterResource??
@oleg_dnipro
@oleg_dnipro 3 жыл бұрын
@@hellespont5072 Image( painter = painterResource(R.drawable.margarita), contentDescription = "Content description for visually impaired", Modifier.size(100.dp) )
@AleuqabAli
@AleuqabAli 3 жыл бұрын
Hi great vedio but i wonder what font you are using 👌
@moussawade5957
@moussawade5957 4 жыл бұрын
Thank u Mitch, so why you’re not used ConstraintLayouts in the Card(){} ? Thank u again for this courses
@codingwithmitch
@codingwithmitch 4 жыл бұрын
You can. I'll cover constraint layout later at some time
@roshanfx369
@roshanfx369 4 жыл бұрын
Nice!!
@tonnie7079
@tonnie7079 3 жыл бұрын
I like how you say Blah, Blah, Blah at 15:23, pleasure listening to you.
@hoonjung2143
@hoonjung2143 3 жыл бұрын
Great stuff! Thank you :)
@khaledqwas8851
@khaledqwas8851 4 жыл бұрын
Thank you
@alisamadzadeh3195
@alisamadzadeh3195 4 жыл бұрын
why don't use xml for ui?
@mukswilly
@mukswilly 4 жыл бұрын
This is a compose tutorial.
@CommanderSteps
@CommanderSteps 4 жыл бұрын
That will be legacy stuff on Compose release day.
@bboydarknesz
@bboydarknesz 3 жыл бұрын
With my low spec laptop, mine is smooth. I donno why, anyway thanks for new LazyColumn function, that's amazing function
@MdMainuddin-ev6tc
@MdMainuddin-ev6tc 4 жыл бұрын
Amazing
@JATHubb
@JATHubb 4 жыл бұрын
Mitch
@HienNguyen-xn7tr
@HienNguyen-xn7tr 4 жыл бұрын
I love BBM
@onlinechatter8578
@onlinechatter8578 3 жыл бұрын
looking like an HTML tags... missing the tag!!😁.. lovely
@CommanderSteps
@CommanderSteps 4 жыл бұрын
Thank you!
@ahmedrageharc
@ahmedrageharc 3 жыл бұрын
thanks for your efforts list is too laggy because bitmap drawable is too large , when you put file in default drawable dir android system rescale it by 2X or 3X to display ,which means that you are using very large images when loading list
@mehdiparsaei1867
@mehdiparsaei1867 4 жыл бұрын
The best.
@johnybaby9574
@johnybaby9574 4 жыл бұрын
great!
@HelloBayzid
@HelloBayzid 4 жыл бұрын
❤❤❤❤
@Zeeshan-Syed
@Zeeshan-Syed 4 жыл бұрын
👏
@YouGuto
@YouGuto 4 жыл бұрын
Engagement++ Like++
@terencejumba1939
@terencejumba1939 3 жыл бұрын
creating adapter seems it will deprecate soon :) :)
@ChrisAthanas
@ChrisAthanas 4 жыл бұрын
Engagement para ti
@hanac5586
@hanac5586 Жыл бұрын
woohoo
@hanac5586
@hanac5586 Жыл бұрын
I mean thank you
@hellespont5072
@hellespont5072 3 жыл бұрын
👌👨‍💻🙌
@Mohit-gb9dv
@Mohit-gb9dv 2 жыл бұрын
Begiest difference in java and kotlin Semicolons are replaced by brackets 😂😂
@samha1513
@samha1513 4 жыл бұрын
oh god it was as leggy as my windows old surface pro 3
@denihilhamsyah
@denihilhamsyah 2 жыл бұрын
weff
@staceyrichards8656
@staceyrichards8656 3 жыл бұрын
Many thanks
@hanamanth_vlogs6565
@hanamanth_vlogs6565 4 жыл бұрын
👍👍
@ulugg3529
@ulugg3529 3 жыл бұрын
Thank You
@ahmadbanikamali6936
@ahmadbanikamali6936 3 жыл бұрын
thank you
Asynchronously Load Images with Jetpack Compose
10:03
CodingWithMitch
Рет қаралды 15 М.
Column Layouts with Jetpack Compose
17:02
CodingWithMitch
Рет қаралды 32 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
I've Used Jetpack Compose For 4 Years - Here's the Good and the Bad
16:12
Fragments with Jetpack Compose (Interoperability)
15:03
CodingWithMitch
Рет қаралды 43 М.
Collecting flows in a lifecycle-aware manner
6:35
Android Developers
Рет қаралды 19 М.
State Hoisting with Jetpack Compose
10:29
CodingWithMitch
Рет қаралды 13 М.
LazyColumn - Forget about RecyclerView Adapter - Jetpack Compose
10:32
Jetpack Compose | LazyColumn: An easy way to RecyclerView
13:38
Waseef Akhtar
Рет қаралды 14 М.