parse-community / ParseUI-Android

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

Add ParseListLoader #86

Closed tuanchauict closed 8 years ago

tuanchauict commented 8 years ago

ParseListLoader is an universal loader for everykind of Adapter or something else. Just implement LoaderTarget with just a single line of code for each of three functions.

tuanchauict commented 8 years ago

@wangmengyan95 : Do I need to restruct project with src, res and AndroidManifest.xml in the root directory?

wangmengyan95 commented 8 years ago

Hi @tuanchauict, not quite understand your question, which root directory do you mean?

tuanchauict commented 8 years ago

Hi @wangmengyan95

I mean with the default project struture of gradle, we have java, res, and AndroidManifest.xml in <module_dir>/src/main but the example from Parse, I realsized that they all are in <module_dir>/.

Anw, I updated the structure which was similar to Parse's examples.

grantland commented 8 years ago

Thanks for your contribution, but we'd suggest using ParseQueryPager + RecyclerView for this use case (#129 #130).

tuanchauict commented 8 years ago

Errr. Will we have Parse to use next year?