android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

How would you make SwipeRevealLayout? #259

Open shalva97 opened 10 months ago

shalva97 commented 10 months ago

There is a very old library here https://github.com/chthai64/SwipeRevealLayout which I want to remove from my project, because it is using jetifier.

How would you create behavior similar to the above library? I was think about ViewPager2, but it does not seem to allow showing views partialy

This is what I want exactly: Screenshot 2023-09-07 at 18 41 34