Multiselect Items on long press | RECYCLER VIEW | Kotlin

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 18

  • @souravkarjole7587
    @souravkarjole7587 Рік тому +1

    Note: change itemselectedList.removeAt(position) --> itemselectedList.remove(position), ur application will not crash

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 2 роки тому

    Awesome Toturial.

  • @elvinodwisaputra5111
    @elvinodwisaputra5111 Рік тому

    sir i want to ask, how if the data selected it to post to API?

  • @omprakashn8627
    @omprakashn8627 3 роки тому

    Awesome tutorial.. thank you so much..

  • @beypazariofficial
    @beypazariofficial Рік тому

    where is the source code

  • @novembro7603
    @novembro7603 Рік тому

    Hi!! Thank for the vídeo..
    Can You help me to print the list's index number into a textview in the recyclerview, so the list will be show the position for each view..

  • @akshayvadchhak3227
    @akshayvadchhak3227 Рік тому

    On scroll to selection is gone then what to do????

    • @javacore-qk9kd
      @javacore-qk9kd 10 місяців тому

      give good reason why selection will be gone

  • @mukeshroy3858
    @mukeshroy3858 2 роки тому

    Please help me sir, when I click the 1st item, 1st item18th item 36th item and so on automatically show with marked icon. But when the items are less than 18 the problem gone.

    • @_AverageGuy
      @_AverageGuy 2 роки тому

      hey did you find a solution for this? I'm facing the same problem but in my case it's happening for more than 5 items :(

  • @jr.developer6331
    @jr.developer6331 2 роки тому

    When I select one item, automatically selected other item from list.

  • @ujjawaldudani3863
    @ujjawaldudani3863 2 роки тому

    can you please provide github link for the same

  • @palavart8648
    @palavart8648 2 роки тому

    if i select multiple item and after that item unselected then generate a crash

    • @harun5395
      @harun5395 2 роки тому +1

      you need change itemselectedList.removeAt(position) to itemselectedList.remove(position) because when you select just 3. index item your itemSelectedList like [3] when you try the removeAt(3) you got crash because of you need remove(3).

  • @DamayitaDas
    @DamayitaDas 2 роки тому

    Где исходный код?

  • @sandhyav7171
    @sandhyav7171 Рік тому

    Please provide source code sir