You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
First of all would like to thank you for the best framework I ever found to create a Circular Seekbar in Android..
I´m using it in a project that I create a remote control to a ventilator using Bluetooth LE for Android and your Circular Seekbar (SwagPoint) works as a Speed Control.
But I have found some problems using it and I like to report you and maybe you can fix this for me!!
The range goes between 0 and 80 with steps in 10. It works fine but some times when I try to change from 70 to 80 the progress bar stock on 70 and the number shows 80 (kind of bug, I guess).
The other problem I have is almost the same, when I change from 70 to 80, in the listener I have a SharedPreferences who save the values and instead of 80, the listener gives to me 0 (zero). It´s not every time, just sometimes... But it happens and it´s not good.
can you help me ?
The text was updated successfully, but these errors were encountered:
OK, I can help to fix the problem. Recently, I will re-implement this custom view, I just found that this implementation contains too many bugs anyway. Stay update.
Hi!
First of all would like to thank you for the best framework I ever found to create a Circular Seekbar in Android..
I´m using it in a project that I create a remote control to a ventilator using Bluetooth LE for Android and your Circular Seekbar (SwagPoint) works as a Speed Control.
But I have found some problems using it and I like to report you and maybe you can fix this for me!!
The range goes between 0 and 80 with steps in 10. It works fine but some times when I try to change from 70 to 80 the progress bar stock on 70 and the number shows 80 (kind of bug, I guess).
The other problem I have is almost the same, when I change from 70 to 80, in the listener I have a SharedPreferences who save the values and instead of 80, the listener gives to me 0 (zero). It´s not every time, just sometimes... But it happens and it´s not good.
can you help me ?
The text was updated successfully, but these errors were encountered: