Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll programmatically to specific position #61

Open
MauroAlexandro opened this issue Sep 13, 2016 · 3 comments
Open

Scroll programmatically to specific position #61

MauroAlexandro opened this issue Sep 13, 2016 · 3 comments

Comments

@MauroAlexandro
Copy link

Hi,

I want to scroll programmatically to a previous position. I enter the app and then enter in one item on the end of the list. When I go back to the grid I want it to be positioned on the last position.

How can I do that?

Thanks in advance,

@krishnapatel086
Copy link

krishnapatel086 commented Apr 25, 2018

i need the same if anyone hv answer plz let me knows thnks in advance.
@MauroAlexandro hv you get the answer?

@takhirovich
Copy link

Did someone solve this problem? if yes help please. Thanks in advance
@MauroAlexandro @krishnapatel086

@takhirovich
Copy link

not best way. But, try this method, it is work for me
new Handler().postDelayed(new Runnable() {
@OverRide
public void run() {
recyclerView.smoothScrollToPosition(mToPosition);
}
}, 100);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants