How are the new swipe gestures in slack beta imple...
# android
a
How are the new swipe gestures in slack beta implemented ? If anyone could point to relevant documentation or example , it would be really great
🤔 1
s
It's a wild guess, but it looks like it's a
Fragment
based approach with a shared container. There's an old library that looks relevant, however not sure if Slack took the same road.
z
it’s just a viewpager
a
Discord rolled out something very similar as well, but with some different twists on it
a
Pretty dope of discord to opensource a library for their implementation https://github.com/discord/OverlappingPanels Blog post on it https://blog.discord.com/how-discord-made-android-in-app-navigation-easier-fbd904d12521