How to implement scrolling in RecyclerView on Android TV?
I have an application which I need adapt for Android TV. This application contains horizontal RecyclerView and it doesn't scroll when I press D-pad buttons on remote control. I found this solution , but it crashes. Here is the code: <ru.myapp.package.HorizontalPersistentFocusWrapper android:layout_width="wrap_content" android:layout_height="wrap_content"> <android.support.v7.widget.RecyclerView android:id="@+id/recycler_view" android:layout_width="match_parent" android:layout_height="250dp" android:background="@null" android:scrollbars="none"/> </ru.myapp.package