You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 because
Some of them copy/paste too many codes from ParseQueryAdapter
Some of them introduce too many new interfaces and will break back-compatibility.
After discussion, we decide to abstract the way we load ParseObject from a ParseQuery. This is the core part of using an adapter to show the data from a ParseQuery. We will show how to use this new thing with ListView and RecyclerView by examples.
We are blocked by the updates of bolts and facebook 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:
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: