简体   繁体   中英

Android studio retrieve data from Firebase and get error E/RecyclerView: No adapter attached; skipping layout

I get an error E/RecyclerView: No adapter attached; skipping layout when I'm trying to retrieve data from Firebase and display by using recyclerView.

MainActivity.java

InformationAdapter.java

InforamtionModel

Put these lines:

adapter = new InformationAdapter(MainActivity.this, list);
recyclerView.setAdapter(adapter);

above

FetchData();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM