在没有数据库的RecyclerView Android Studio中显示Firebase存储映像

时间:2019-04-18 11:13:47

标签: java android firebase firebase-storage

我是 <Configuration> <Add SourcePath="C:\office" OfficeClientEdition="64" > <Product ID="O365ProPlusRetail" > <Language ID="en-us" /> </Product> </Add> </Configuration> 的初学者,正在尝试制作我的第一个应用程序。在我的应用程序中,我能够将图像上传到 <Configuration> <Add SourcePath="C:\office" OfficeClientEdition="64" Channel="Broad" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Add> <Updates Enabled="TRUE" /> <Display Level="None" AcceptEULA="TRUE" /> <Property Name="SharedComputerLicensing" Value="1" /> </Configuration> ,现在我想在Java中显示所有这些图像。 Firebase Storage文件夹中的所有图像都显示在回收视图中,但是我只想使用RecyclerView,而不是数据库。我只需要显示图片。我阅读了"images /"文档,但做不到。

有可能吗?

对不起,英语。

1 个答案:

答案 0 :(得分:0)

如果您想知道要从Firebase存储中获取的url的图像的正确名称,则可以在不将该图像url保存在任何数据库中的情况下获取该图像;如果您不知道该图像的名称,则无法获取该特定的图片网址。