Creating a Selection List (WearableListView)

wear-os

Solution

I have found a sample project in Android SDK folder (`android-sdk\samples\android-20\wearable\Notifications`) that has implemented this

Problem

https://developer.android.com/design/wear/patterns.html#Selection hints the use of `WearableListView` to create a wearable compatible ListView, but there is no details on how to actually implement it. How can I use it?

Original source