You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Janishar, great job!
I'm trying to implement a messages view, so the orientation of the loading must be inverse of the default. The idea is when I reach the top of the list the load more view quicks in and @loadmore is called so I append items to the top of the InfinitePlaceHolderView.
Can you help me to do this, I've been looking into your code but seems that the load more feature only works at the bottom of the list.
thanks
The text was updated successfully, but these errors were encountered:
rmpt
changed the title
InfinitePlaceHolderView to top
InfinitePlaceHolderView loading more at the top
Feb 16, 2019
LinearLayoutManager.setReverseLayout(true)
// And if you don't want your items to stack from bottom additionally set// setStackFromEnd(boolean) to false for the LinearLayoutManager
Hi Janishar, great job!
I'm trying to implement a messages view, so the orientation of the loading must be inverse of the default. The idea is when I reach the top of the list the load more view quicks in and @loadmore is called so I append items to the top of the InfinitePlaceHolderView.
Can you help me to do this, I've been looking into your code but seems that the load more feature only works at the bottom of the list.
thanks
The text was updated successfully, but these errors were encountered: