How to scroll activity in apps for Android apps?

I am creating an Android Wear app that has a main action and another configuration action, how can I display the configuration activity when a user scrolls the screen from right to left, when he is at the main event? something like this picture.

Example

+4
source share
1 answer

You can use android.support.v4.view.ViewPager in the same way as in normal Android applications.

+4
source

All Articles