<RecyclerView failed to initiatlized due to dead o...
# stackoverflow
u
RecyclerView failed to initiatlized due to dead object I am struggling the get this recycler view working. I have used many of them but never face this issue. I have to implement a scrollable left-right view in a a NavigationView. The goal is to have a list of items in a menu. So, the activity.xml is using: and the recycler view is supposed to be shown in the header. I kind of have a vertical Layout with header, menu items and bottom header. The header is defined in app:headerLayout="@layout/layout_nav_header" and it looks like this:...