How to implement price range seekbar? [closed]

北慕城南 提交于 2019-12-18 02:56:13

问题


I need to the price range seekbar or slider like I have mentioned in the below image. Any help or sample code will be much appreciated.

Thanks in advance.


回答1:


Android has no such a view. But you can create custom components based on your need. For your particular case, this one should be fine. For more complex scenario, you can refer this one on github.




回答2:


You can find a nice simple android seek bar example in the below links. Ofcourse, you can modify the same to cater to your custom needs later.

  1. JavaTechig
  2. ProgrammerGuru
  3. CompileTimeError


来源:https://stackoverflow.com/questions/24444470/how-to-implement-price-range-seekbar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!