-1

I want to change activity on swipe right as instagram does to open messanger in android app.

Raaj Patel
  • 39
  • 3

2 Answers2

1

Instagram is written in react native, so there might be some things that are impossible to recreate natively.

Take a look here Android PagerView between Activities

Rinat Diushenov
  • 1,215
  • 7
  • 15
0

Have a look at Fragments. You can implement your intended functionality using View pager or something similar.

Sidak
  • 1,213
  • 6
  • 11