-
Notifications
You must be signed in to change notification settings - Fork 31
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
Not rendering in Recyclerview #3
Comments
Hi @barteksc Any update on recyclerview rendering. because after this successful implementation I can move further. Let me know if you need more clarity on what I am doing. Regards |
Here is Log cat: When I am scrolling from top to bottom and bottom to top using recyclerview: E/com.shockwave.pdfium.PdfiumCore: mContext may be null |
Hi @barteksc ,
In general PDF contains more papers, in my case I am rendering single page with <com.github.barteksc.pdfviewer.PDFView>
I am displaying Each PDF file in Recyclerview using Adapter, so I can do load more for each pdf file it makes user comfort of rendering of pdf files.
While I m scrolling down the property of recyclerview is reusing the the views so at that time Pdfium core is distroyed and it is not at all rendering in scrolldown.
Here is logcat:
How can I achieve my solution. Please let me know it's urgent
Thanks
The text was updated successfully, but these errors were encountered: