SeekBar progress
See original GitHub issueHi, I’m developing a music app that plays songs from the device.
- I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
- ExoMedia version:
4.0.0
- Device OS version:
7.0
- Devide Manufacturer:
Samsung
- Device Name:
Galaxy S6
Reproduction Steps
- Video gets downloaded from the internet.
- The video is added to “Favorite List”.
- I’m using a RecyclerView to populate the list.
Everything works fine, except when sometimes I double click an item and instead of showing the video length, it shows " --.-- " , And the SeekBar is at its maximum.
To play a video I’m using this: mVideoView.setVideoURI(Uri.parse(context.getExternalCacheDir() + videoPath));
Expected Result
The player is supposed to show the video length.
Actual Result
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
SeekBar - Android Developers
A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right...
Read more >SeekBar Tutorial With Example In Android Studio
3. progress: progress is an attribute of SeekBar used to define the default progress value, between 0 and max. It must be an...
Read more >android Seekbar show progress value along the seekbar
Here is a one simple way,. Add a textView in your XML; Change it's position with the movement of the seekBar; That will...
Read more >Android | Creating a SeekBar - GeeksforGeeks
Android SeekBar is a type of ProgressBar. On touching the thumb on seekbar and dragging it to the right or left, the current...
Read more >Android SeekBar with Examples - Tutlane
In android, SeekBar is an extension of ProgressBar control with a draggable thumb. The SeekBar allows users to touch the thumb and drag...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, I’ll see if I can reproduce it. Thanks
After 4.2.0 update that issue is gone. Great! Thanks.