-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
ParseQueryAdapter for RecyclerView #128
Labels
Milestone
Comments
This was referenced Jan 28, 2016
Any update on the releasing v0.0.2 with this feature? |
Hi, is there any update on release 0.0.2 that will support RecyclerView? |
It's almost a year, and no updates? |
Looking forward to the next version. Any updates? |
Why The recyclerView example did not included in version 0.0.2 ? Is it stable to use #130 sample code with version 0.0.2? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get several PRs about how to make
ParseQueryAdapter
support RecyclerView such as #98 #86 #72. The reason we don't merge them into master is becauseParseQueryAdapter
After discussion, we decide to abstract the way we load
ParseObject
from aParseQuery
. This is the core part of using an adapter to show the data from aParseQuery
. We will show how to use this new thing withListView
andRecyclerView
by examples.We are blocked by the updates of
bolts
andfacebook
SDK for a while. Right now the problem has been solved.We are working on that and this feature will be shipped with the next release.
The text was updated successfully, but these errors were encountered: