Skip to content

Pull to load more #8

@android12345

Description

@android12345

要是把上拉加载更多 集成进去,就无敌了

Activity

jtyang

jtyang commented on Dec 6, 2014

@jtyang

+1,期待楼主再次发力!!!

wangeason

wangeason commented on Dec 19, 2014

@wangeason

+1, 期待中

asker517

asker517 commented on Dec 26, 2014

@asker517

+1

CyberTianzun

CyberTianzun commented on Dec 29, 2014

@CyberTianzun

别啊。。。不整合是最好的

xianyo

xianyo commented on Jan 2, 2015

@xianyo

+1, 期待中

ghost

ghost commented on Jan 4, 2015

@ghost

+1,期待中

2015-01-02 13:42 GMT+08:00 xianyo notifications@github.com:

+1, 期待中


Reply to this email directly or view it on GitHub
#8 (comment)
.

chenchongyu

chenchongyu commented on Jan 5, 2015

@chenchongyu

+1,期待中 最好是可以设置开关,是否显示“加载更多”

grumoon

grumoon commented on Jan 7, 2015

@grumoon

加载更多应该是ContentView自己去实现吧,最好不要放在PTR里面

liaohuqiu

liaohuqiu commented on Jan 8, 2015

@liaohuqiu
Owner

@grumoon 同意你的观点。

music60

music60 commented on Jan 30, 2015

@music60

+1

AvatarQing

AvatarQing commented on Feb 4, 2015

@AvatarQing

@grumoon @liaohuqiu 为何加载更多不能放在PTR里面,能简单说明下吗?在RecyclerView的Adapter里似乎不太好写一个统一的加载更多的方案,因为每个item占的列数也许不确定,感觉好像应该写在PTR更合适。

EzimetYusup

EzimetYusup commented on Feb 22, 2015

@EzimetYusup

@AvatarQing I really agree with u

EzimetYusup

EzimetYusup commented on Feb 22, 2015

@EzimetYusup

@liaohuqiu RecyclerView can add endless scrolling but I do not like it ,it is kind of bad for user interface

EzimetYusup

EzimetYusup commented on Feb 26, 2015

@EzimetYusup

@liaohuqiu so r u gonna add pull to load more interface for this lib?

liaohuqiu

liaohuqiu commented on Feb 26, 2015

@liaohuqiu
Owner

Probably not. Load more is easy to implement and it's independent from Pull to refresh.

I've implemented load more for ListView and GridView. If I've plenty of time, I will implement load more for RecyclerView

littletanker

littletanker commented on Mar 4, 2015

@littletanker

@liaohuqiu i clone the project but can't find demo for load more for ListView and GridView. r u not push yet ?

EzimetYusup

EzimetYusup commented on Mar 4, 2015

@EzimetYusup

@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

liaohuqiu

liaohuqiu commented on Mar 4, 2015

@liaohuqiu
Owner

@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.

EzimetYusup

EzimetYusup commented on Mar 4, 2015

@EzimetYusup

@liaohuqiu Thanks for replying , waiting for your pull up to LoadMore feature of RecyclerView

Vurtex

Vurtex commented on Mar 20, 2015

@Vurtex

+1

xvjianzhe

xvjianzhe commented on Mar 20, 2015

@xvjianzhe

+1 发自网易邮箱大师 在2015年03月20日 11:17 ,Vurtex(李一轩)写道: +1 — Reply to this email directly or view it on GitHub.

DuShuYuan

DuShuYuan commented on Apr 8, 2015

@DuShuYuan

+1

sunswy

sunswy commented on Apr 21, 2015

@sunswy

+1

xiaogu-space

xiaogu-space commented on May 22, 2015

@xiaogu-space

期待加上拉加载更多

changed the title [-]要是把上拉加载更多 集成进去,就无敌了[/-] [+]Pull to load more[/+] on May 27, 2015
liaohuqiu

liaohuqiu commented on May 27, 2015

@liaohuqiu
Owner
KANGOD

KANGOD commented on Jul 27, 2016

@KANGOD

在给出的 cube-sdk demo 中,是根据不同的 View 分别做不同的处理,使之实现 load more 功能。
把 loadMoreView 作为 View 的一部分,感觉这样耦合太严重了。
尤其是 RecyclerView,需要根据 LayoutManager 做不同处理,还要把 loadMoreView 加到 RecyclerView item 中,实现方式太 dirty。
不同的 View 要用不同的方法来实现同一个功能(load more),很琐碎。像 ptr 一样,附加一个 footerView 作为 loadMoreView ,封装 load more 这一功能,使之对于 ptr 支持的 View 类型全部支持,会不会是更好的设计呢?

@see liaohuqiu/cube-sdk#66

shallowlight

shallowlight commented on Mar 10, 2017

@shallowlight

我感觉也是,没有上拉加载很多情形都无法使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Vurtex@CyberTianzun@KANGOD@grumoon@AvatarQing

        Issue actions

          Pull to load more · Issue #8 · liaohuqiu/android-Ultra-Pull-To-Refresh