
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
org.florescu.android.rangeseekbar:rangeseekbar-library
Advanced tools
This library provides a SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected.
If you are coming from the original repo, it has a new home so if you're seeing this, you're probably in the right place.
This library provides a SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected.

Main features:
Customizations:
Should be able to import, build and run in Android Studio or from the command line with gradle. The rangeseekbar-sample shows the available features and customizations in code and XML.
Add this in your build.gradle file:
For latest release:
dependencies {
compile 'org.florescu.android.rangeseekbar:rangeseekbar-library:0.3.0'
}
dependencies {
compile 'org.florescu.android.rangeseekbar:rangeseekbar-library:0.4.0-SNAPSHOT'
}
Using the latest work-in-progress snapshot also requires including the snapshot repository as a depencency:
apply plugin: 'com.android.application'
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
The android-range-seek-bar started as a fork of the following project: https://code.google.com/p/range-seek-bar/ under Apache license.
The images are licensed under Creative Commons ( http://creativecommons.org/licenses/by/3.0/ ). The originals are provided in the original project ( https://code.google.com/p/range-seek-bar/ ) and seek_thumb_disabled.png is added by us.
The source code is licensed under the Apache License. A copy of this can be found at http://www.apache.org/licenses/LICENSE-2.0 and has been included in the repository as well.
FAQs
This library provides a SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected.
We found that org.florescu.android.rangeseekbar:rangeseekbar-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.