I am currently trying to port Android mobile app to Android TV. I have a RecyclerView that seems to be displaying correctly in my Android TV app. But I don't seem to be able to navigate inside RecyclerView using dpad controls. P.S i have tried following line.Couldn't find anything else
android:descendantFocusability="afterDescendants"
Also is it recommended to use recycler view for TV apps ?
Also i have read complete architecture of TV app at developer.android.com and also went through their sample project, But found recycler view nowhere.