parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

ParseQueryPagerAdapter for ViewPager #93

Closed ghost closed 8 years ago

ghost commented 8 years ago

First commit of a ParseQueryAdapter for use with ViewPager. Uses FragmentStatePagerAdapter v13 under the hood, but works basically like ParseQueryAdapter, except it attaches to a ViewPager.

This requires the minimum SDK to be raised to 13, due to the v13 support library usage. If needed, this can be modified to use the v4 support library quite easily.

Unit tests similar to that of ParseQueryAdapter, but modified for use with Fragments. Documentation also updated.

facebook-github-bot commented 8 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

ghost commented 8 years ago

Signed the CLA yesterday.

pablobaxter commented 8 years ago

The ghost is me. I merged my accounts.

pablobaxter commented 8 years ago

So.... crickets

caabernathy commented 8 years ago

Per conversation with @pablobaxter we'll close this one and he'll resubmit a fresh one.