Open mohammadaminha opened 6 years ago
Do you mean the loading more view not showing even in the demo app or only in your app? I want to find out the reason in this problem.
In the demo app its working like a charm!
I think im doing something wrong
but i create my adapters exactly like your adapters !
Adapter extends UltimateViewAdapter
I couldnt fix this problem in my project and i used a custom layout instead of loadmoreview I make a layout bottom of ultimatedrecyclerview and set property visibility:gone and in loadmore method i change the visibility to Visible After it retrieves data (Onresponse Method in retorofit) i change visibility to gone again and it works fine its useful and works like a charm I know its simple but could be used instead of loadmoreview
Hi,Thanks for this amazing library I have 0.7.3 version I think this issue not solve yet ! its not working on first load more scrolling ! but second time its working correctly I add the load more view to recycler and adapter ! after initialize ultimateRecyclerView ultimateRecyclerView.reenableLoadmore(); ultimateRecyclerView.setLoadMoreView(R.layout.load_more_view); after initialize adapter adapter.setCustomLoadMoreView(loadmoreView); so whats the problem ? why load more view not showing at the first time ?