Android Recycler View With Multiple View Types | Android Studio | Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024
  • Android Recycler View With Multiple View Types | Android Studio | Java
    In this tutorial, we will create a recycler view with multiple view types. First of all, we will create 3 different recycler view items layouts. Next, we will create an adapter class with multiple view holders for recycler view.
    For more exciting android tutorials, please subscribe to my TH-cam channel and hit the bell icon for notifications.
    Instagram:
    / chigs_kachhadiya

ความคิดเห็น • 43

  • @bardw8792
    @bardw8792 2 ปีที่แล้ว

    Fantastic

  • @georgejames3868
    @georgejames3868 3 ปีที่แล้ว +4

    Play at 2x speed, music is much more enjoyable and coding is faster

  • @josejuansuarezelizalde4600
    @josejuansuarezelizalde4600 3 ปีที่แล้ว +1

    Best tutorial

  • @vineetpatel5698
    @vineetpatel5698 4 ปีที่แล้ว +1

    Much needed. Thanks! please do keep us educating

  • @VivekKumar-bs3si
    @VivekKumar-bs3si 4 ปีที่แล้ว +2

    Audio ke saath explain krte hue bnaogy toh aur acha rheyta hai people also love videos that explain what's going on everything is perfect just missing audio.

  • @erfanakhavanrad6597
    @erfanakhavanrad6597 3 ปีที่แล้ว +1

    Your video was really good and helpful. Thank you man.

  • @EbenNana
    @EbenNana 4 ปีที่แล้ว +3

    All your videos are good but can you please do them also in Kotlin for the kotlin developers to use?

  • @tuyenvan382
    @tuyenvan382 3 ปีที่แล้ว +1

    Thank you very much.

  • @ownemuhammadahsan6147
    @ownemuhammadahsan6147 4 ปีที่แล้ว

    Hi Sir Please Is Par Bhi Video Banao k Hum kesy isi Data Ko Volley k Through Fetch kar k show karwa sakty hain
    jesa k 1 CardView Discounted Products k liye or dusra simple baki Products k lie Isi Source Code main Volley Use kar k Video Bana Do Mujy Bohat Zaruri Chahey
    Thanks
    Baki Ap ki Videos Bohat Achi hoti Hain.

  • @phhostindia
    @phhostindia 4 ปีที่แล้ว +1

    Thanks brother

  • @tsp57
    @tsp57 3 ปีที่แล้ว

    Thank you.

  • @mikeshilovski1512
    @mikeshilovski1512 3 ปีที่แล้ว +1

    would be great to see source coude on githun

  • @anbuselvanrocky
    @anbuselvanrocky 4 ปีที่แล้ว +3

    How about kotlin? Most people are doing in kotlin nowadays brother.

  • @desertlovershuntingwild
    @desertlovershuntingwild 4 ปีที่แล้ว

    Please, if possible, an explanation of how to set up
    this:
    So that when you click on
    in item of Recyclerview show anther Recyclerview Of course with Fragment and kotlin

  • @mignonkoma
    @mignonkoma 3 ปีที่แล้ว

    Thank you! This is really helpfull !

  • @templemitra8017
    @templemitra8017 3 ปีที่แล้ว

    hey..! really helpfull this video.. but please Can you make this same methode using json data. .. and show ads every 5 list item. thank you

  • @Omerr_developer
    @Omerr_developer 4 ปีที่แล้ว +2

    Awesome

  • @JA5GZ
    @JA5GZ 4 ปีที่แล้ว +1

    Thank you so much bro ♥

    • @chiragkachhadiya
      @chiragkachhadiya  4 ปีที่แล้ว +1

      Most welcome

    • @JA5GZ
      @JA5GZ 4 ปีที่แล้ว

      @@chiragkachhadiya Bro i forgot to ask you how can i add event click listener to anyone either in text or image?

  • @CEDIGPROYECTO
    @CEDIGPROYECTO ปีที่แล้ว

    Hi, friend.
    The project is excellent.
    Could you please help me, instead of loading the images from the directory I would like to obtain them from an internet url.
    I have tried in different ways without success, I hope you can help me please.

  • @ambeadie
    @ambeadie 3 ปีที่แล้ว

    Can you please make tutorial of multiple view in nested recyclerView?

  • @androidsenior2852
    @androidsenior2852 3 ปีที่แล้ว +1

    What if i use retrofit and viewmodel, how can i pass the data to it?

  • @ndarusapoetra1917
    @ndarusapoetra1917 3 ปีที่แล้ว

    Can we make a multiview in different layout? And the data just from one data

  • @ahmadalghali90
    @ahmadalghali90 3 ปีที่แล้ว

    unfortunately casting doesnt work when retrieving the list of custom objects from sever

  • @ciaramcgilligan3232
    @ciaramcgilligan3232 3 ปีที่แล้ว

    great video! is there a way to click on the different views and open a link to websites?

  • @greenqbitgreenqbit1108
    @greenqbitgreenqbit1108 2 ปีที่แล้ว

    I tried to implement clicklistener in viewItem, it didn't work in two different item. What could be the possible solution for this issue?

  • @tolgahanoktay6013
    @tolgahanoktay6013 4 ปีที่แล้ว

    you are awesome but how can we make this in fragment. I'm constantly dealing on this but i couldn't. How can i make in fragment could you tell me?

  • @gauravpatil68
    @gauravpatil68 4 ปีที่แล้ว

    Are you doing freelancing??

  • @shivantkumarpandey2708
    @shivantkumarpandey2708 4 ปีที่แล้ว +1

    can you provide source code for these projects?

  • @aylingunes7415
    @aylingunes7415 3 ปีที่แล้ว +1

    hey, so good Have you thought of sharing open source code....

  • @sachinswami10
    @sachinswami10 4 ปีที่แล้ว

    Can i open diff activity on clicking diff cards ? Please make a video on this as I can't find the solution anywhere!

    • @mignonkoma
      @mignonkoma 3 ปีที่แล้ว +1

      Yes you can! You will need to set an *itemView.setOnClickListener* for each *viewHolder*(Trips, Ads, News in this example). Example: for *Ads* you could set it after this line *15:39* . Do the same for the rest of them. I hope this will help you understand. To make it easy, do it the same way that you do when you have only 1 type of view :)

  • @gauravpatil68
    @gauravpatil68 4 ปีที่แล้ว

    How many apps have u been uploaded on google play store ??

  • @aplicacionesinformaticas3695
    @aplicacionesinformaticas3695 4 ปีที่แล้ว

    hola y como le puedo por el onclik y un buscador gracias

  • @ealfriadez
    @ealfriadez 4 ปีที่แล้ว

    And kotlin???

  • @sonalikumar7405
    @sonalikumar7405 4 ปีที่แล้ว

    Cannot understand pl add audio

  • @PavanKumar-yb4ft
    @PavanKumar-yb4ft 3 ปีที่แล้ว

    sikhate to achha ho lekin source code nhi dete

  • @Asuha20
    @Asuha20 4 ปีที่แล้ว

    Source code pls.

  • @arupnaskarbkp
    @arupnaskarbkp 4 ปีที่แล้ว

    Source code ?