Multi ViewType RecyclerView || Android studio Tutorial 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024
  • In This Video, I am gonna show you how to create Multi ViewType RecyclerView.
    Connect with us -
    Follow me on Instagram - ...
    Gmail - codingstuff070@gmail.com
    To Download Source Code - github.com/Cod...
    To Watch Complete Notes App Tutorial - • Notes App (MVVM Archit...
    To Watch Complete To-Do App Firebase Series - • To-Do List App Using F...
    To Watch To-Do List App using SQLite Tutorial - • To Do App Using Sqlite...
    To Watch Complete JSON and API Tutorial Series - • Complete JSON and API ...
    To Watch Complete Instag Blog App Tutorial - • Instag Blog App ( Fire...
    To Watch Complete FireStore App Tutorial - • Cloud FireStore (2020)
    To Watch Complete Firebase Tutorial - • Firebase Database as B...
    To Watch Calculator App Tutorial - • How to Create Calculat...

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

  • @NeerajSingh-oc5hu
    @NeerajSingh-oc5hu ปีที่แล้ว +2

    Brother I'm facing a problem in cardview whenever I'm trying to change background colour the background colour is not showing in my phone device it's showing always Black in case of white and in virtual device it is showing perfect

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

      Try this app:cardBackgroundColor="@somecolor"

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

    @codingSTUFF thnx bro it help me

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

    Not enough explanation, you did not explain what is the usage of sealed class here

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

      Didn't use a sealed class here cause logic was based on poster value ... I said u can have different use cases..for this video we had only one type of data that's why we had single data class but u can have case where u need to combine data from different model classes that time u can use sealed class as type for recycler adapter and u can have different child data classes in that sealed class.