ParseUI-Android icon indicating copy to clipboard operation
ParseUI-Android copied to clipboard

ParseQueryAdapter for RecyclerView

Open wangmengyan95 opened this issue 9 years ago • 5 comments

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

  1. Some of them copy/paste too many codes from ParseQueryAdapter
  2. 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.

wangmengyan95 avatar Jan 28 '16 09:01 wangmengyan95

Any update on the releasing v0.0.2 with this feature?

ofuwape avatar Mar 19 '16 17:03 ofuwape

Hi, is there any update on release 0.0.2 that will support RecyclerView?

mmarshak avatar Oct 12 '16 14:10 mmarshak

It's almost a year, and no updates?

d4rkc0de avatar Jan 03 '17 09:01 d4rkc0de

Looking forward to the next version. Any updates?

tsvetann avatar Feb 03 '17 11:02 tsvetann

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?

monajafi avatar May 20 '17 19:05 monajafi