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

Know when a view completely exit or enter the screen #163

Open
luckv opened this issue Feb 3, 2019 · 1 comment
Open

Know when a view completely exit or enter the screen #163

luckv opened this issue Feb 3, 2019 · 1 comment

Comments

@luckv
Copy link

luckv commented Feb 3, 2019

I'm making an app for showing some longs records of data in the screen to the users. I want to let them pin some records with letters, and then when a pinned record go out of the screen, show that pin on the left or on the right side of the screen, based of where record was before exiting the screen. Here is an image of what i suppose to do. The child views have all the same size (1/3 width, 100% height of parent)
immagine

My question is, is possible only to know when a child view enter or exit COMPLETELY the screen? I need this information. By now I wasn't able to find any good solution to this problem. RecyclerView doesn't have a good api for this. Thanks in advance for all support

@Said182
Copy link

Said182 commented Dec 27, 2022

I'm making an app for showing some longs records of data in the screen to the users. I want to let them pin some records with letters, and then when a pinned record go out of the screen, show that pin on the left or on the right side of the screen, based of where record was before exiting the screen. Here is an image of what i suppose to do. The child views have all the same size (1/3 width, 100% height of parent)
immagine

My question is, is possible only to know when a child view enter or exit COMPLETELY the screen? I need this information. By now I wasn't able to find any good solution to this problem. RecyclerView doesn't have a good api for this. Thanks in advance for all support

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

No branches or pull requests

3 participants