https://kotlinlang.org logo
Title
a

Apex

05/06/2020, 7:31 AM
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

sttimchenko

05/06/2020, 1:59 PM
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

Zac Sweers

05/08/2020, 8:38 PM
it’s just a viewpager
a

Adam Powell

05/08/2020, 8:41 PM
Discord rolled out something very similar as well, but with some different twists on it
a

Apex

07/16/2020, 7:12 PM
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