IDK why but after just coping the entier mainactivty.java file from this video IDK why my seek bar and timetable are not showing any progress there is an exception I have 2 audio files but the video show has only one so I have doubled all the methods also the onClick and a dialog which is different from it MainActivity.java
Tag: android-seekbar
android Seekbar width “match_parent” not working
I’m creating a seekbar in a dialog fragment, and for some reason, the seekbar width is not taking the whole available width. I guess it has something to do with the dialogfragment somehow. here is my …
SeekBar – Can’t set starting point
When I first start my app, before the Shared Preferences are created, I want my seekbar to be set on 300px (max 600). It seems simple, as all I need to do is use setProgress and give it a value of 300. But for some reason this is not working in my code, and whatever I do, the starting point