Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

How to get all elements saved in all lists not the current list only! #36

Closed
heshesh2010 opened this issue Apr 17, 2017 · 3 comments
Closed
Labels

Comments

@heshesh2010
Copy link

Hi there ,

I have used your code to make sectioned Recycle view with delete option and multi select check box

but when get list.size() it return the last reference of list , not all current list

@OverRide
public int getContentItemsTotal() {
return list.size();
}

@luizgrp
Copy link
Owner

luizgrp commented Apr 19, 2017

Hi @heshesh2010,

I believe I'm helping you with another issue in your thread in Stack Overflow, right?

Could you please do the same with this question? Open a thread in Stack Overflow and paste the full code of your Section? This way other people would be able to help you and you will get your problem sorted quicker.

Cheers

@heshesh2010
Copy link
Author

ok , but now i'm uses : int contentItemsTotal = getContentItemsTotal(); sectionAdapter.notifyItemRangeRemovedFromSection(TAG, 0, contentItemsTotal); but no effect is taken , there is no row removed or deleted

@luizgrp
Copy link
Owner

luizgrp commented May 1, 2017

Please see answer in #37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants