question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Find last visible item postion?

See original GitHub issue

I see you have findFirstVisibleItemPosition() for now. Is there any plan for findLastVisibleItemPosition ?

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
JVillellacommented, Mar 29, 2016

Hey @eneim, findLastVisibleItemPosition() was added in #14. Let me know if it is working for you.

0reactions
kibozhcommented, Jul 18, 2018

@eshkoliGilad Me too, have you resolve your problem? Hope your help, thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get visible items in RecyclerView - Stack Overflow
You will only get visible items from recyclerView.getChildAt() , thats how generally RecyclerView works. RecyclerView will try to hold only few child views ......
Read more >
get last visible position of recycler view - Android User Interface
Description. get last visible position of recycler view. Demo Code. import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.
Read more >
RecyclerView position helper to get first and last visible positions
RecyclerView position helper to get first and last visible positions - EndlessRecyclerOnScrollListener.java.
Read more >
Android – How to get the position of the last visible item inside ...
I know I can use int getItemViewType(int position) in View getView(int position, View convertView, ViewGroup parent) but it uses the fix position and...
Read more >
get last visible item recyclerview Code Example - Code Grepper
“get last visible item recyclerview” Code Answer · know when recyclerview is on the last item · Browse Javascript Answers by Framework.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found