0

I'm new to Android development and I'm trying to create a similar UI to Snapchat. Where you have two or three activities beside each other and you can swipe between them or press a button to switch activity. How would I go about doing this?

I would appreciate any help.

Thanks.

1 Answers1

0

They are not activities.. they are fragments tied by ViewPager.

This library may help you to get started

SnapTabLayout library replicating Snapchat Bottom UI