luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Dpad implementation #87

Closed erenbakac closed 6 years ago

erenbakac commented 6 years ago

Hello, Do you have any plan about adding DPAD support to your library? Actually it works in the middle of rows. But first and last item of rows doesnt jump to another row.Focus changes onto another view apart from list item.

luizgrp commented 6 years ago

Hey there, I'm afraid not, this library is a custom adapter and not a custom recyclerview. Have you tried the solution proposed here or this library?

erenbakac commented 6 years ago

İ will check them. Thank you for this great library....