Skip to main content
-1 votes
0 answers
44 views

So i have these 2 PlayerView one top one bottom and they are mirrored one on top have full scale then the bottom one is compressed to fill the bottom part. So i want a blurr overlay that will be on ...
wayne chirwa's user avatar
0 votes
0 answers
103 views

My app is supposed to display a video of a garden with working fans. The video works fine but the video keeps showing a black background, I've tried changing the color to transparent but it does not ...
Isa's user avatar
  • 23
0 votes
0 answers
30 views

I have written a native module in Java for playing Videos. As per the logs, I can see that the video url and the focus was set successfully. However, the logs in the VideoView listeners like ...
Mathews Mathai's user avatar
-1 votes
1 answer
460 views

i'm implementing custom controls for flutter better_player widget, it worked fine but the problem is that the custom controls are stuck on screen (always visible), unlike the default material or ...
Martin Wittick's user avatar
1 vote
0 answers
108 views

I use the Media Projection Service to get the full screen on my device private fun startScreenCapture(){ val mediaProjectionManager = getSystemService(Context.MEDIA_PROJECTION_SERVICE) as ...
tyczj's user avatar
  • 74.8k
0 votes
1 answer
70 views

I have a video in a class that opens when the user first lands on the app, and is kind of like a nice design added to the instructions on how to actually use the app. However, right before the video ...
AKD2022's user avatar
  • 129
0 votes
2 answers
149 views

Following is my code to play a video from an url import androidx.appcompat.app.AppCompatActivity; import android.media.MediaPlayer; import android.os.Bundle; import android.view.SurfaceHolder; import ...
amodkanthe's user avatar
  • 4,540
0 votes
0 answers
51 views

I am creating a time capsule kind of app, in which you can store text, images and videos and then that message will be displayed only on the specified time..the text and image messages are working ...
Muskan Bandri's user avatar
1 vote
1 answer
51 views

I have an app that contains a video on loop which is longer than the length of the screen, however it is not possible to scroll down and see the bottom section of the video (located outside the bottom ...
Infinitexistence's user avatar
0 votes
1 answer
119 views

Can we open a YouTube live streaming link from the Android app if we have the link? If yes then please explain how? Or Let's say I have the live-streaming link, can I open the Youtube app and go ...
Varun's user avatar
  • 238
1 vote
3 answers
86 views

I use a tutorial video inside VideoView. But video is not fill VideoView while playing and has black part in VideoView because that has Rectangular view. I can not solution for it. I tried to cover ...
Ahmet Yılmaz's user avatar
0 votes
0 answers
123 views

I'm working on an Android app (Lenovo tablet, API 33, Android 13.0) that displays a video depending on the selection made. I am able to play each video (.mp4) from the raw folder, but I'd like to ...
VeronicaV's user avatar
1 vote
0 answers
170 views

I'm working on an Android app (API 33, Android 13.0) that displays a video depending on the selection made. I am able to play each video (.mp4) from the raw folder, but I'd like to store the videos on ...
VeronicaV's user avatar
0 votes
0 answers
73 views

I want a way that while a video is playing back, obtain their Frames in Real time so i can then process them, in other words i gotta obtain the frames as bitmaps or similar. I want something like when ...
leonel Z's user avatar
0 votes
1 answer
43 views

I wrote a program that when I run this program on the phone, a video will start playing. Now, after the video is played, if I rotate my phone to landscape mode, my app also rotates to landscape mode, ...
Alex Pit's user avatar

15 30 50 per page
1
2 3 4 5
170