You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a RecycleView in FrameLayout which belong one Fragment
but it sames that android can not recognize it.
I tried binding.view_id and use findviewbyid, those functions all no use.
android studio has no error, but do not display view.
I create a RecycleView in FrameLayout which belong one Fragment
but it sames that android can not recognize it.
I tried binding.view_id and use findviewbyid, those functions all no use.
android studio has no error, but do not display view.
this is my layout.xml
and this is my fragment.kt
and debug out put: findViewById can not be null
The text was updated successfully, but these errors were encountered: