使用FirebaseRecyclerAdapter可能与地图数据结构而不是列表?

时间:2017-12-22 21:25:37

标签: android firebase firebase-realtime-database firebaseui

在我的firebase数据结构中,我以地图的形式保存了一个模型类列表,如HashMap<String, ModelClass>。是否可以使用com.firebase.ui.database.FirebaseRecyclerAdapter而不是列表,而该地图的getValues()列表应该加载适配器?

"xyz": {
    "key1": modelclassobj1
    "key2": modelclassobj2
}

0 个答案:

没有答案