How to Delete Multiple RecyclerView Items in Android Studio | MultipleDelete | Android Coding

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

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

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

    this video is underrated, much better than others!
    keep going!
    thank you for writing full code :)

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

      You're welcome. Keep supporting. Keep learning.

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

    Very simple and best tutorial video..
    Thanks a lot 🙏🙏👍👍

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

      Thanks for appreciation. You're welcome.

  • @إعرفنفسك-ح8ظ
    @إعرفنفسك-ح8ظ 3 года назад

    In a list of rows inside the recyclerview I used the button operator to celebrate and appear every time I press it and I defined it to work inside the viewholder and the code works but there is a problem when I press the first button the first button and button number 18 are responded at the same time How do I avoid redundancy

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

    the fact that you are zooming in and out is totally distracting and confusing. the code may work pretty good but i have extreme problems following your guide. also there are many unnecessary comments
    //return true
    return true;
    but thank you anyways for your effort. best regards. sorry for my mean comment a few days ago.

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

    Tks, this is very helpful to me

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

    Outstanding work as always

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

    In my app everything running perfectly even without lifecycle dependency, can you please tell why ?

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

    When I restart the app, the items appear again. Can you tell me how to permanently delete them from database?

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

      This is showcase apk but you can do this using SQLite.

  • @AniketKumar-bm8gi
    @AniketKumar-bm8gi 4 года назад +1

    Amazing video😊

  • @JB-go4qp
    @JB-go4qp 3 года назад +1

    phaa

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

    Very helpful,,, thanx

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

    onDestroyActionMode i want to deselect all selected items please tell me how can i do it please

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

    how do you select all using the checkbox all ??

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

    when i scrolled checkmarks will be removed sir, why ???

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

    Nice One

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

    Using view model class was a bad decision , it creates lots of complications

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

    Nice background music, Can you give the link of background sound

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

    How to gone action bar in longclicklistner

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

    Helo friend, can you provide the srouce code github link this project ?

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

      Hello Dear Member,
      You have purchased a standard plan that does not include the source code. Please upgrade your membership plan and enjoy.

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

      @@AndroidCoding which level should i take to get the source code

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

      For only java code : Premium
      or
      For zip code : Premium+

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

      @@AndroidCoding helo friend, i have upgrade to premium. can you help me ?

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

      Thank you for upgrading to the subscription plan. Go to the Community tab for the source code link.

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

    Thank bro 😁

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

    I don't know how the Callback is implemented in kotlin, but trying and trying i could figure out it:
    val callback = object : Callback{
    override fun onCreateActionMode(mode: ActionMode?, menu: Menu?): Boolean {
    val menuInflater = mode?.menuInflater
    menuInflater?.inflate(R.menu.menu_selected, menu)
    return true
    }
    override fun onActionItemClicked(mode: ActionMode?, item: MenuItem?): Boolean {
    return false
    }
    override fun onPrepareActionMode(mode: ActionMode?, menu: Menu?): Boolean {
    return true
    }
    override fun onDestroyActionMode(mode: ActionMode?) {
    }
    }
    (view?.context as AppCompatActivity).startActionMode(callback)
    hope this can help anyone else.

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

    Sir, please help me, I am stuck on a big problem ⚠️
    Please help me
    I am trying to select multiple items from the recycler view and the recycler is getting the content (items) from the firebase server, so I want to perform multiple selections on them, basically:
    Firebase recycler view with multiple items selection implementation
    I tried your code structure but I faced a lot of problems ⚠️
    Please make a video on this topic
    I will be very thankful to you for this ❤️

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

    You wrote a lot of codes on something trivial.

  • @fazriarrashyiputra1870
    @fazriarrashyiputra1870 4 года назад +2

    Please make tutorial recyclerView multipleView

  • @makkiansari1027
    @makkiansari1027 4 года назад

    👍❤️❤️❤️❤️❤️

  • @Bmw-ky3mg
    @Bmw-ky3mg 3 года назад

    how to OnClickListener firebase To New Activity please sir ❤️🌹

  • @cinnarasusoftwaresomm9671
    @cinnarasusoftwaresomm9671 4 года назад

    Can you please share the source code

  • @Sk-gb2hx
    @Sk-gb2hx 3 года назад

    everything work

  • @akshaya2822
    @akshaya2822 Год назад

    Sir, Can u share the source code.

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

    I have wasted 2 hours of my life to follow your code …. Because of just you’re selling your code not share on any platform for free … we people’s just watch these videos and write your codes … When it’s not works it’s hurt’s you alot

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

    can you provide the source code GitHub link for this project?

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

      Join this channel membership to get access to source code perks:
      ruclips.net/channel/UCUIF5MImktJLDWDKe5oTdJQjoin