How to implement price range seekbar?

Farhan Shah picture Farhan Shah · Jun 27, 2014 · Viewed 16.1k times · Source

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.

Price Range seek bar

Answer

makata picture makata · Jun 27, 2014

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.