How to create WearableRecyclerView in android wearable? I aware that in android devloper got information about it but it still small and i need full tutorial about it.
Asked
Active
Viewed 1,210 times
1 Answers
0
You should add this in your main xml layout:
<android.support.wear.widget.WearableRecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recycler_launcher_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical" />
And use it like a regular RecyclerView i.e add an Adapter etc.

George Alexandria
- 2,841
- 2
- 16
- 24

Aga Madurska
- 61
- 5