Load Video from Firebase Storage to videoView

后端 未结 4 1844
陌清茗
陌清茗 2020-12-01 20:06

I want to play a video from Firebase storage with a videoview I\'m trying like this:

storageReference.getDownloadUrl().addOnSuccessListener(new OnSuccessList         


        
4条回答
  •  萌比男神i
    2020-12-01 20:32

    may be possible this by storing videos URLs in Database, then present them in Recyclerview which consists of Webview/Youtube Integration in Single row

提交回复
热议问题