Syehunter / RecyclerViewManager

RecyclerViewManager supports PullToRefresh, LoadMore and onItemClick, U can also add headers or footers for RecyclerView.
MIT License
321 stars 77 forks source link

The refresh problem when drag down #6

Open huanting opened 8 years ago

huanting commented 8 years ago

I use it in GridLayoutManager. When I drag down, it will call onLoadMore function. There are 2 problems.

  1. All all images in items ( all loaded) will be reloaded.
  2. when all items are loaded and i drag down, it will refresh all items and the image in item refresh.

These two problems make the Experience not good. How to fix it.