-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Pull to load more #8
Comments
+1,期待楼主再次发力!!! |
+1, 期待中 |
+1 |
别啊。。。不整合是最好的 |
+1, 期待中 |
+1,期待中 2015-01-02 13:42 GMT+08:00 xianyo notifications@github.com:
|
+1,期待中 最好是可以设置开关,是否显示“加载更多” |
加载更多应该是ContentView自己去实现吧,最好不要放在PTR里面 |
@grumoon 同意你的观点。 |
+1 |
@grumoon @liaohuqiu 为何加载更多不能放在PTR里面,能简单说明下吗?在RecyclerView的Adapter里似乎不太好写一个统一的加载更多的方案,因为每个item占的列数也许不确定,感觉好像应该写在PTR更合适。 |
@AvatarQing I really agree with u |
@liaohuqiu RecyclerView can add endless scrolling but I do not like it ,it is kind of bad for user interface |
@liaohuqiu so r u gonna add pull to load more interface for this lib? |
@liaohuqiu i clone the project but can't find demo for load more for ListView and GridView. r u not push yet ? |
@liaohuqiu yes it is easy to implement load more feature like GIF above ,but what I was saying is pull up to load more like xlistview https://github.com/Maxwin-z/XListView-Android/wiki |
@EzimetYusup Ptr supports all the views, but LoadMore only supports ListView and GridView, (RecycleView will be supported in days), so we should not put these two futures together. |
@liaohuqiu Thanks for replying , waiting for your pull up to LoadMore feature of RecyclerView |
+1 |
+1 发自网易邮箱大师 在2015年03月20日 11:17 ,Vurtex(李一轩)写道: +1 — Reply to this email directly or view it on GitHub. |
+1 |
1 similar comment
+1 |
期待加上拉加载更多 |
Closed. As mentioned in #45 . And here is a solution for load-more: https://github.com/etao-open-source/cube-sdk Here is the demo project: https://github.com/liaohuqiu/android-cube-app/tree/master/src/in/srain/cube/demo/ui/loadmore |
在给出的 cube-sdk demo 中,是根据不同的 View 分别做不同的处理,使之实现 load more 功能。 |
我感觉也是,没有上拉加载很多情形都无法使用 |
要是把上拉加载更多 集成进去,就无敌了
The text was updated successfully, but these errors were encountered: