Android Question Three State/Stage Seekbar

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

I am trying to create a seekbar with only three states/stages. I found a stackoverflow thread which uses onStopTrackingTouch method of seekbar to handle the values. How can i implement this in b4a.

Here is the link for stackoverflow
http://stackoverflow.com/questions/11920704/android-multi-state-switch

bMMiS.png


Kindly let me know you suggestions.

Best,
SK
 

shashkiranr

Active Member
Licensed User
Longtime User
Thank you @Erel . This will work. Just out of curiosity, can the method onStopTrackingTouch be implemented using reflection or javaobject or inline java?
 
Upvote 0
Top