Nested Lazy Column ( Nested Recycler View) in Jetpack Compose | Android | Kotlin | Himanshu Gaur

Sdílet
Vložit
  • čas přidán 29. 06. 2022
  • Hey Guys , In this video i am going to proposed an approach to create a nested Lazy column in jetpack compose.
    Github: github.com/him...
    LinkedIn: linkedin.com/in/himanshu-gaur-153a43186/
    jetpack compose,compose,jetpack compose tutorial,jetpack compose lazy column,lazy column jetpack compose,jetpack compose lazy grid,recyclerview in jetpack compose,jetpack compose in arabic,lazy row in jetpack compose,jetpack compose lazycolumn,android compose lazycolumn,how to reverse the list in lazy comlumn,android jetpack compose,how to create lazy row in jetpack compose,jetpack compose lazycolumn example,lazy vertical grid in jetpack compose,recycler view,nested recycler view,nested recyclerview,how to make recycler view in android,how to implement nested recyclerview in android studio,nested recyclerview android,recycler view android example,nested recyclerview android example,nested recycler view in android application,how to make nested recycler view in android studio,how to create nested recycler view in android studio,how to create nested recyclerview,grouped recycler view,android,kotlin,android kotlin,kotlin android,kotlin tutorial,kotlin android tutorial,kotlin for android,android kotlin tutorial,android basics in kotlin,android development,android studio,android developers,android tutorial,kotlin coroutines,android app development,kotlin android projects with source code,kotlin on android,kotlin tutorial for beginners,android kotlin updates,kotlin android уроки,android programming,learn android and kotlin,nested scroll view,android studio nested scroll view,scroll,nested,how to create nested scroll view,android studio nested scrollview,nested scrollview,android nested scrollview,nested scrollview android,nested scrollview in android,android nested scroll,nestedscroll view,view,nested recycler view,nested recyclerview android,block nested scrollview,flutter nested listview,recyclerview inside nested scrollview,flutter nested scrolling,jetpack compose,jetpack compose tutorial,android jetpack compose tutorial,jetpack compose lazy column,android jetpack compose,compose,jetpack compose lazycolumn,jetpack compose android,jetpack compose lazy column for,jetpack compose lazycolumn example,jetpack compose lazy column for indexed,recyclerview in jetpack compose,jetpack,jetpack compose list,lazycolumn in jetpack compose,lazy column,jetpack compose column,jetpack compose ui

Komentáře • 4

  • @ahmedabolftouh3124
    @ahmedabolftouh3124 Před 2 lety +1

    Good idea 👍👍👍

  • @shreysindher2239
    @shreysindher2239 Před rokem

    FlowColumn will put items in next column if the screen height is occupied by the first column. Why can't we have a forEach loop inside the LazyListScope, and for each list of items, we then use "items" block?

  • @debdutsaha4316
    @debdutsaha4316 Před rokem

    This will make very inefficient code you can try foreach and inside it you can declare a item