python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SeekBar not working while used in pop up window java android studio
Hi I've been trying to make a pop up window which presents a trackable seekbar as a part of a school project, both parts of the code work alone but when put together the seekbar progress is not tracke...
dvirb
Votes: 0
Answers: 0
How to setOnSeekBarChangeListener in a Kotlin Fragment
I am currently working on a mobile application in my uni classes that utilizes a seekBar to let the user decide to use a timer for a quiz. This application uses main to host all of the fragments. curr...
Zachary Belles
Votes: 0
Answers: 1
onProgressChanged of SeekBar doesn't use descriptive parameters in my Kotlin/Android Studio
The automatically generated code is onProgressChanged(p0: SeekBar?, p1: Int, p2: Boolean), instead of onProgressChanged(seekBar: SeekBar?, progress: Int, fromUser: Boolean) as in other websites and Yo...
user18431186
Votes: 0
Answers: 1
Android SeekBar: Move by thumb only
I know this question was asked and somewhat answered before, but none of the solutions I found so far really worked out for me: I have a custom seekBar with a large square block for the thumb, which I...
Var Delean
Votes: 0
Answers: 0