作者:超级a9厑厑 | 来源:互联网 | 2023-05-16 07:55
Imadealotofresearch,butIcouldntfindanyresourcehowtouseRecyclerViewwithFirebase(or
I made a lot of research, but I couldn't find any resource how to use Recycler View with Firebase
(or vice versa)
我做了很多研究,但是我找不到任何资源如何使用Recycler View和Firebase(反之亦然)
There is one Firebase list adapter which extends from BaseAdapter
. I found it in Firebase Chat application. Here is the FirebaseListAdapter class. But the adapter which is used by RecyclerView needs to be extended from RecyclerView.Adapter
.
有一个Firebase列表适配器,它从BaseAdapter扩展而来。我在Firebase聊天应用程序中找到了它。这是FirebaseListAdapter类。但是RecyclerView使用的适配器需要从RecyclerView.Adapter扩展。
How did you overcome this problem? Do you have any suggestion?
你是怎么克服这个问题的?你有什么建议吗?
2 个解决方案