I would like to create a seekbar for a Mono for Android app that allows the user to select and i want to implement the SeekBar Widget, how can i use a SeekBarChangeListener() on Mono for Android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To write a change listener you need a class that implements
SeekBar.IOnSeekBarChangeListener:Then you can assign that to the seek bar: