Android Jetpack Compose Lists | Lazy Columns | Recycler View Alternative| CheezyCode Hindi

  Рет қаралды 20,778

Cheezy Code

Cheezy Code

Жыл бұрын

Learn Jetpack Compose in Android. Learn how to implement lists in Jetpack Compose using Lazy Column. Learn how to define column that can have vertical scrolling. RecyclerView recycles your items - to achieve the same behavior in Jetpack Compose - you need Lazy Column. Learn the difference between Column and Lazy Column. To display large items in a list using Column can cause performance issues as all the items are composed even if they are not visible on the screen. To prevent that we use Lazy Column. It works based on the layout and scroll position. It composes your items when required i.e. it composes items lazily.
Learn how to break composables into reusable chunks so that same composable can be used across different screens. Learn how to do this and manage styles and customization using modifiers in jetpack compose. Learn step by step on how to use these Composable functions along with the best practice. Everything is explained in Hindi (हिन्दी)
Topics covered -
1. Create ListItem using Custom Composable.
2. Create Reusable Custom Composable with Modifiers.
3. Add Vertical Scroll to Column Composable.
4. Lazy Column Implementation for Lists in Jetpack Compose.
Kotlin Flows Playlist -
• Kotlin Flows Tutorials
Jetpack Paging Tutorial -
• Android Paging 3 | Jet...
Complete Dependency Injection Playlist Link -
• Dagger 2 - Dependency ...
Complete Android Architecture Components Playlist -
• Android Architecture C...
Beginner series in Android Playlist (Hindi) -
• Android Tutorials Step...
Kotlin Beginners Tutorial Series -
• Kotlin Beginner Tutori...
For more info - visit the below link
www.cheezycode.com
We are social. Follow us at -
Facebook - / cheezycode
Twitter - / cheezycode
Instagram - / cheezycode

Пікірлер: 41
@dataadventurer2789
@dataadventurer2789 8 ай бұрын
Wow Sir, You are surprising for every beginner and advance level students of Android because this type of teaching with clarity are only available on paid platform, which is called paid courses but you give this to everyone as a gift, May Allah bless you forever!!!
@sumit180288
@sumit180288 Жыл бұрын
Jetpack compose is so awesome..way better than xml
@gudduchahar1173
@gudduchahar1173 8 ай бұрын
This is easy because cheezy code is here
@themilkywaygaming7453
@themilkywaygaming7453 10 ай бұрын
3:50 : h6 is titleLarge & subtitle1 is titleMedium in Material 3
@SumitStar24
@SumitStar24 Жыл бұрын
Eagerly waiting for the next video ..😎😎
@MsKapola
@MsKapola 11 ай бұрын
Amazing Tutorial! Well Explained
@beastop1_
@beastop1_ 2 ай бұрын
Amazing ...🥰🥳
@old_school_animation
@old_school_animation Жыл бұрын
Your videos are really fab❤
@khapp7821
@khapp7821 Жыл бұрын
👌👌 another best video
@techietoons
@techietoons Жыл бұрын
Keep posting in the compose series...
@learner8362
@learner8362 Жыл бұрын
Keep going sir 😍😍
@souravsuman636
@souravsuman636 Жыл бұрын
Thank you cheezyCode
@androidcodingxpert.
@androidcodingxpert. Жыл бұрын
Thanks sir 🙏✨
@rohanchoudhary4034
@rohanchoudhary4034 5 ай бұрын
amazing
@Mohit-gb9dv
@Mohit-gb9dv Жыл бұрын
👍👍
@abdulshabaaz2304
@abdulshabaaz2304 7 ай бұрын
How can we use multi view in the list ? (Different layout for each item view type)
@dclasses662
@dclasses662 11 ай бұрын
Please create videos about jetpack compose with sqlite database
@miss_nainuu
@miss_nainuu 7 ай бұрын
List ka performance dikhate to accha rehta so we can see how LazyList is helpful.
@RajuYadav-qm4ic
@RajuYadav-qm4ic 11 ай бұрын
😊
@chennurugurusankar2955
@chennurugurusankar2955 Жыл бұрын
Bhaiya please make tutorial android development with AWS in java
@eksanatan7569
@eksanatan7569 Жыл бұрын
how about connecting to database and rendering 10000 rows, hope it will not raise performace issue.
@CheezyCode
@CheezyCode Жыл бұрын
No issues with infinite list...lazy column is recycler view.. although paging can be implemented for larger list...it is not recommended to have 10,000 objects in memory
@user-yq3bb3ep1m
@user-yq3bb3ep1m 11 ай бұрын
How to disable ripple effect when you make card clickable.
@suhebkhan8005
@suhebkhan8005 10 ай бұрын
all well but font removed and used H6 explain more and subtile again used font why?
@manavmittal36
@manavmittal36 Жыл бұрын
@CheezyCode
@CheezyCode Жыл бұрын
Cheers man
@user-ve5mx1nq4v
@user-ve5mx1nq4v 10 ай бұрын
why elevation = 8.dp is not taking in android studio it is showing error
@BrokenSnippet
@BrokenSnippet 10 ай бұрын
in material3 we use , elevation = CardDefaults.cardElevation(8.dp),
@omdeep4137
@omdeep4137 Жыл бұрын
Please Local Composition in Jetpack Compose
@CheezyCode
@CheezyCode Жыл бұрын
Will cover
@rishikeshsingh9946
@rishikeshsingh9946 Жыл бұрын
continue going awesome
@iswherevivek
@iswherevivek 4 ай бұрын
your song .........😬😬😬
@bvnhome
@bvnhome 8 ай бұрын
very useful tutorial btw what's the song name played at end ❤ @cheezycode
@CheezyCode
@CheezyCode 8 ай бұрын
Inhouse
@bvnhome
@bvnhome 8 ай бұрын
@@CheezyCode where can i listen full song its nice
@SandeepRajput-mq4mf
@SandeepRajput-mq4mf 8 ай бұрын
@@bvnhome On this channel itself
@emranulislamsohag1170
@emranulislamsohag1170 Жыл бұрын
Keep posting in the compose series...
Опасность фирменной зарядки Apple
00:57
SuperCrastan
Рет қаралды 12 МЛН
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 11 МЛН
Lists - Android Jetpack Compose - Part 8
7:57
Philipp Lackner
Рет қаралды 52 М.
Lazy layouts in Compose
24:32
Android Developers
Рет қаралды 89 М.
You are using useFetch WRONG! (I hope you don't)
11:14
Alexander Lichter
Рет қаралды 24 М.
LazyColumn - Forget about RecyclerView Adapter - Jetpack Compose
10:32
Full Guide to Jetpack Compose Effect Handlers
24:56
Philipp Lackner
Рет қаралды 90 М.