Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to access classes #50

Open
ummesulaith opened this issue Nov 7, 2020 · 4 comments
Open

unable to access classes #50

ummesulaith opened this issue Nov 7, 2020 · 4 comments

Comments

@ummesulaith
Copy link

Hi,
I was not able to access classes since there is no access modifier please add the access modifier

@MarkoMilos
Copy link
Owner

What classes you can't access and how? Can you provide more information about the issue?
Have you tried the sample?

@MarkoMilos MarkoMilos added the triage In process of defining what kind of issue this is (bug, enhancement etc) label Nov 7, 2020
@ummesulaith
Copy link
Author

WrapperAdapter, WrapperSpanSizeLookup I'm not able to access these classes. I had to add them manually by copying the code. I did try the sample codes.

@MarkoMilos
Copy link
Owner

These are meant to be internal classes. Will think about exposing them for the next release.
Can you provide a short elaboration of your use case need for having an access to WrapperAdapter and WrapperSpanSizeLookup

@MarkoMilos MarkoMilos added enhancement and removed triage In process of defining what kind of issue this is (bug, enhancement etc) labels Nov 29, 2020
@ummesulaith
Copy link
Author

Well I was trying the same implementation of pagination in my project i.e., CustomLoadingListItemCreator where in under onBindViewHolder I was trying to invoke WrapperAdapter and WrapperSpanSizeLookup for gridLayout pagination. Since the classes are exposed internally I was not able to access them, so I had to create the files separately in my code base.

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

No branches or pull requests

2 participants