Thank you! I found some bug & fixed, When checkbox un-selected dayList.remove() remove the item of given index as argument. remove() method has two variants. Right ways of doing that is using remove(Object o) It Removes the first occurrence of the specified element from this list, if it is present. . To solve this issue we can pass Wrapper class value instead of primitive. e.g. dayList.remove(Integer.valueOf(which));
Some Prblm.... Get values from data base... 1.we r get data arraylist... Thar converted char[] 2. Automatically unchecked box.. When agin click text view
I had learned a lot through your videos!! thank you for uploading all of it in proper format..!! Just out of curiosity, in google photos we can select all checkbox & as we swipe after on long press click can we do that too???
@@AndroidCoding After I implemented this tutorial, I tried to take it further by loading the Checkbox list item from database server but I've not been able to get it to work. I'll be grateful, if you can please lend a help on that. Thanks!
Error please help ; java.lang.IndexOutOfBoundsException: Index: 4, Size: Overall working good but when I unselecting the checkbox thean app crash. error occur line no. 155 and at line no. 155 is subjectList.remove(which).
Thanks, but if I do more than one MultiSelectDropDown in same page and there also a button so, the user after end from choice from all MultiSelectDropDown he clicks on the button and the selected item will appear. how can I do that?
Bro please help me , I want to play videos in Exoplayer in recyclerview , please upload video on that bro.... I want to play one video at a time which is visible ....
Hello and thank you I found a problem if (b){ daylist.add(i); Collections.sort(daylist); }else{ daylist.remove(i); } It should be if (b){ daylist.add(i); Collections.sort(daylist); }else{ for (int j=0;j
dude thanks, complete piece of the code @Override public void onClick(DialogInterface dialogInterface, int i, boolean b) { if (b) { dayList.add(i); Collections.sort(dayList); } else { for (int j = 0; j < dayList.size(); j++) { if (dayList.get(j) == i) { dayList.remove(j); } } } } }); the rest comes builder.setPositive ...
Thank you! I found some bug & fixed, When checkbox un-selected dayList.remove() remove the item of given index as argument.
remove() method has two variants. Right ways of doing that is using remove(Object o) It Removes the first occurrence of the specified element from this list, if it is present. .
To solve this issue we can pass Wrapper class value instead of primitive. e.g. dayList.remove(Integer.valueOf(which));
Thanks for sharing!
.remove(Integer.valueOf(i));
Thank You So Much
@@Ziscom18 @Android Coding, please pin this comment
Thanks.. I was about to lose my mind ......!!!!
Bro please also upload some projects tutorials
Some Prblm.... Get values from data base...
1.we r get data arraylist... Thar converted char[]
2. Automatically unchecked box.. When agin click text view
I had learned a lot through your videos!! thank you for uploading all of it in proper format..!! Just out of curiosity, in google photos we can select all checkbox & as we swipe after on long press click can we do that too???
Muy buen tutorial...
Thanks🙏
Thank you!
You're welcome
@@AndroidCoding After I implemented this tutorial, I tried to take it further by loading the Checkbox list item from database server but I've not been able to get it to work. I'll be grateful, if you can please lend a help on that. Thanks!
Thank you
You're welcome
Yo are the best brooo
Thank you for appreciation.
Thank you Very Much, I Appreciate it.
By using this couldn't remove.. now am changed the source anyway thanks for the solution
Error please help ; java.lang.IndexOutOfBoundsException: Index: 4, Size:
Overall working good but when I unselecting the checkbox thean app crash.
error occur line no. 155 and at line no. 155 is subjectList.remove(which).
I can't unselect one checkbox from list, whenever I'm going to unselect checkbox app crashes and throw me on homepage..
Thanks, but if I do more than one MultiSelectDropDown in same page and there also a button so, the user after end from choice from all MultiSelectDropDown he clicks on the button and the selected item will appear. how can I do that?
Can you add some sub items under that?
Can i put ArrayList on builder.setMultiChoiceItems?
like it
Thanks
Hi brother, do you have any blog for this.
Nice
Thanks
Make a video about timer in recycerView
Hi, hello and how are you I want to learn list view with copy text and the video very good and nice 👍🏻❤
Bro please help me , I want to play videos in Exoplayer in recyclerview , please upload video on that bro....
I want to play one video at a time which is visible ....
just search on the internet bro . you can find anything
toolbar hide and show ke upar video banawo bhai up scroll to toolbar hide aur down scroll to toolbar show
how to collect the items selected ?
This does not work in filter right
Hey, where's the Github link ?
Please please bro.. in Kotlin..
Hello and thank you
I found a problem
if (b){
daylist.add(i);
Collections.sort(daylist);
}else{
daylist.remove(i);
}
It should be
if (b){
daylist.add(i);
Collections.sort(daylist);
}else{
for (int j=0;j
dude thanks, complete piece of the code
@Override
public void onClick(DialogInterface dialogInterface, int i, boolean b)
{
if (b) {
dayList.add(i);
Collections.sort(dayList);
} else {
for (int j = 0; j < dayList.size(); j++) {
if (dayList.get(j) == i) {
dayList.remove(j);
}
}
}
}
});
the rest comes builder.setPositive ...
please explain the code while you are coding .. Please speak something .