Skip to content

issues Search Results · repo:nukc/LoadMoreWrapper language:Java

Filter by

25 results
 (60 ms)

25 results

innukc/LoadMoreWrapper (press backspace or delete to remove)

Thanks for your hard work! The callbacks of AdapterDataObserver do not call same when using ListAdapter (submitList) vs normal RecyclerAdapter. I still do not find the root cause (investigating) but I ...
  • namnh-0652
  • 2
  • Opened 
    on Nov 5, 2021
  • #27

Does it support FlexboxLayoutManager for RecyclerView?
  • amanzan
  • 2
  • Opened 
    on Apr 1, 2021
  • #26

首次进入页面adapter.getItemCount为0,LoadMoreAdapter会添加一个footer, 然后会加载更多,ui看起来很奇怪,因为加载更多在顶部,位置接近SwipeRefreshLayout下拉的地方。
enhancement
  • evanwsu
  • 4
  • Opened 
    on Aug 6, 2020
  • #25

image 加载数据是用 okhttp 实现的, 所以加载完后更新recyclerview 需要回到主线程操作 这个时候在notifyDataSetChanged()还没有完成时,又触发了加载,如此无限循环 是我哪里写的不对么
  • nirvana72
  • 1
  • Opened 
    on Aug 23, 2019
  • #24

参考一下上拉加载延迟
  • suoyo
  • 1
  • Opened 
    on Jul 17, 2018
  • #21

vlayout 在满屏情况下连续多次回调onLoadMore vlayout中有banner,有grid九宫格item,还有linear item等多种item
  • Zwang0729
  • 1
  • Opened 
    on Mar 5, 2018
  • #20

private fun initLoadMore(view: View) { var load = LoadMoreWrapper.with(categoriesAllAdapter) .setFooterView(-1) .setNoMoreView(R.layout.base_no_more) .setNoMoreView(view) .setListener({ enabled - Log.i(TAG, ...
duplicate
  • DeevD
  • 1
  • Opened 
    on Feb 11, 2018
  • #19

private LoadMoreAdapter.Enabled mEnabled; @Override public void onLoadMore(LoadMoreAdapter.Enabled enabled) { mEnabled = enabled; //网络请求 } 在网络请求后发现无更多数据, mEnabled.setLoadMoreEnabled(false);无效,但是在网络请求出错时 ...
duplicate
  • Li-GuangLiang
  • 3
  • Opened 
    on Jan 23, 2018
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub