There is a task to make a screen with horizontal scrolling and vertical at the same time. It should be something like this. Those. There is a screen with a word and a translation -> svayp up -> we get to the screen with examples -> svayp down -> we get back to the screen with a word and translation -> svayp to the left -> gets to the screen with the next word. enter image description here

As I understand it, most likely you need to use ViewPager, but for now I know how to scroll in one direction only. And how can I implement the option I need !?

    1 answer 1

    Use GridViewPager http://developer.android.com/intl/ru/reference/android/support/wearable/view/GridViewPager.html

    Usage example - https://github.com/googlesamples/android-GridViewPager

    • I tried to run this example on the phone, it was installed and started, but on the clock for some reason, no, you do not know why this could be? - Kirill Stoianov