How do I follow View as I scroll through Android apps?

Asked 2 years ago, Updated 2 years ago, 39 views

I'm having trouble developing Android apps.
Please tell me how to implement the View that comes with floating and scrolling.

"The image is a view that will look like the ""asideFixedBox"" sample below."
http://detelu.com/blog/sample/jQuery/floatbox/index2.html

It's not always in a fixed position, but it will follow you if you scroll more than a certain amount.
I'm looking for an easy way to do it regardless of standard or library.

android

2022-09-30 20:35

1 Answers

https://github.com/emilsjolander/StickyScrollViewItems

Is it like this?

This kind of library is a big hit when you search Android sticky view.


2022-09-30 20:35

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.