Reputation: 753
When I add page after current page, and flip to it, I see not added page, but cached page.
Is this possible recache pages manually after adding new page if new page is near current page?
P.S. notifyDataSetChanged() in adapter doesn't help.
Upvotes: 0
Views: 30
Reputation: 1886
I apologize as I can't comment so this will have to do as an answer:
This will depend on the adapter you wrote or are using, and the exact method. Namely, if you were using a customized adapter with the appropriate overridden methods [which would be best for anything fairly complicated like this]:
That's the basics of the issue. Without any code for the adapter and how+where it's being used, I can't say much else. Hope this helps.
Upvotes: 1