python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
when Playing the video background, report android.view.WindowManager$BadTokenException:Unable to add window-token null is not valid;
I am trying to play videos in VideoView in the recyclerView using realTime database.
Here is my adapter code of the recyclerView. :-
class VideoAdapter(private var mContext: Context,private var mv...
CHETAN
Votes: 0
Answers: 2
Unable to view videoview in realtime database using firebase realtime database
I want to view VideoView in RecyclerView. I am able to get the Uri of the uploaded videos but I am unable to play that video in the VideoView. I have checked that the I am getting the correct link of ...
CHETAN
Votes: 0
Answers: 0