Questions tagged [wearable-recyclerview]

3 questions
9
votes
2 answers

WearableRecyclerView .scrollToPosition not working for wear?

I have a set of items which should be populated in the list, for that I have used WearableRecyclerView. In some cases I want particular items to be in focus for selection. I am using scrollToPosition() method of WearableLinearLayoutManager but watch…
1
vote
0 answers

How to create an adaptor to a Wearable Recycler View?

I want to create an adapter for a WearableRecyclerView for my wearable app, I read that it is necessary otherwise you can't create a curved circular menu. All the things I see are for the RecyclerView on mobile phones, my question is how do you do…
0
votes
0 answers

Unable to make my circular menu look like the image provided

I can't find a tutorial to help me create a menu in Wearable RecyclerView. Everything that pops up up is related to Recyclerview for mobile phones. So I'm asking does the Wearable version work in the same manner or not? I followed what was in the…