RecyclerView in Fragment : No adapter attached skipping layout
问题 I'm trying to use RecyclerView in Fragment, but I'm facing a problem, my list doesn't appear and I have this error: E/RecyclerView: No adapter attached; skipping layout I checked the solutions, apparently the problems appeared when: RecyclerView initialized after Adapter Bind and set recyclerView in onCreateView instead of onViewCreated But I gave attention, I tried alternatives and I'm still facing the same issue. Here is my code of the fragment: import android.databinding.DataBindingUtil;