#2.ERROR SOLVED: IllegalStateException: RecyclerView has no LayoutManager

preview_player
Показать описание
#2.ERROR SOLVED: IllegalStateException: RecyclerView has no LayoutManager

What actually going on behind the scenes,
RecyclerView is a place where adapter should put up all the views. Data should be populated dynamically, yeah i said dynamic,our friend adapter will populate data inside the recyclerview.So make sure you don’t have any child element inside Recyclerview.
Рекомендации по теме
Комментарии
Автор

Been in this problem for hours now, thank you so much for this video

Metal
Автор

thanks i was googling from 1 hour i didn't reach to the solution but this video helped me in less than a minute

MadeInTech
Автор

After 2 hours of struggle, this was the solution that worked for me. The solution? Do not add anything inside RecyclerView in the xml file; everything is added dynamically through an adapter. Thank you so much. I had a textview and as soon as I took it out it, my app worked.

zairoxs
Автор

Sir illegal exception is showing for toolbar must not be null.

shivamnaidu
Автор

how can i insert RecyclerView inside other RecyclerView

barakaadam