I want to change activity on swipe right as instagram does to open messanger in android app.
Asked
Active
Viewed 60 times
-1
-
This is far too broad/vague, please see [ask], [help/on-topic]. – AMC Apr 10 '20 at 23:58
-
those are fragments inside ViewPager, not activities – esQmo_ Jul 28 '20 at 15:08
2 Answers
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