RecyclerView and CardView - real time implementation - Android Kotlin

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 14

  • @parthswadas5120
    @parthswadas5120 4 года назад +3

    I have followed all the steps mentioned in the video as per your guidance and i got the same result that you got at the end.
    Really enjoyed after getting the result in my android development and your English language is very understandable.
    So Thank you for contributing.
    Please keep posting this type of awesome videos.

  • @priyamvashi2187
    @priyamvashi2187 3 года назад +1

    Jordar

  • @darrinreed8027
    @darrinreed8027 3 года назад

    Around 16:41 when I do the fname(position) and desg(position) show up read and states Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public operator fun DeepRecursiveFunction.invoke(value: TypeVariable(T)): TypeVariable(R) defined in kotlin. I'm not sure what I did wrong. I did check to make sure I synced gradle. any idea's on what the issue is? Thank You!

  • @pratikdhargalkar4876
    @pratikdhargalkar4876 3 года назад +1

    thank you very much sir

  • @munaalazzani6801
    @munaalazzani6801 3 года назад +1

    Thank you

  • @maheshgharage8480
    @maheshgharage8480 2 года назад

    Plz suggest solution
    In main activity
    recyclerView is not getting identified

    • @DrParagShukla
      @DrParagShukla  2 года назад

      From Android Studio 4.1 Onwards in Android Kotlin
      If you get 'unresolved reference' on View then do the following
      open build.gradle file and add after all implementations this line:
      apply plugin: 'kotlin-android-extensions'
      then sync.

  • @ghrirtrading2335
    @ghrirtrading2335 4 года назад +1

    can you make it with firebase please