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..
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.
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).
Note: change itemselectedList.removeAt(position) --> itemselectedList.remove(position), ur application will not crash
Awesome Toturial.
Thankyou
sir i want to ask, how if the data selected it to post to API?
Awesome tutorial.. thank you so much..
Thankyou
where is the source code
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..
On scroll to selection is gone then what to do????
give good reason why selection will be gone
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.
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 :(
When I select one item, automatically selected other item from list.
can you please provide github link for the same
if i select multiple item and after that item unselected then generate a crash
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).
Где исходный код?
Please provide source code sir