recruit-lifestyle / WaveSwipeRefreshLayout

http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/
Apache License 2.0
1.93k stars 379 forks source link

Very Lag in RecyclerView #15

Closed helmifluida closed 8 years ago

helmifluida commented 8 years ago

You Have Example for recyclerView ?

amyu commented 8 years ago

Thanks @helmifluida

Yes, I made Example for recyclerView. But, I could not check the lag.

Please give more information(Ex,Nexus6(version6.0)) or sample code, project.

amyu commented 8 years ago

Close because there is no reply

mshahabrauf commented 5 years ago

Add delay in loading views

override fun onRefresh() { Handler().postDelayed( { refreshViews() }, 2000) }