从Firebase提取数据到链接列表后,链接列表显示0项

时间:2019-03-07 17:07:34

标签: java android firebase firebase-realtime-database

enter image description here

我在链接列表中获取这些部门名称(CSE,EEE),然后将该链接列表设置为我的下拉列表。但是,仅当我单击下拉列表时才显示项目,而当我选择一个项目时,它不会在下拉栏中显示所选项目。使用数组项时,下拉菜单效果很好。但是问题是当我尝试“ String [] arr = linkedlist.toArray(new String [linkedlist.size()]”时,它表明链接列表为空。

正常下拉列表:

enter image description here

点击下拉菜单后:

enter image description here

选择一个项目后:

enter image description here

此处的代码:

<string name="time_hours_minutes_seconds_formatter" translatable="false">%02d:%02d:%02d</string>
<string name="time_minutes_seconds_formatter" translatable="false">%02d:%02d</string>
<string name="time_seconds_formatter" translatable="false">%02d</string>

0 个答案:

没有答案