Android Seek Bar With Specified Hint
I am new to android Please any one help.how to change Seek bar hint.I have four types of food in seek bar.When I change the Seek bar to one food item.I need to show a hit message
Solution 1:
Check this discreteSeekBar ,
Dependencies
It uses com.android.support:support-v4
as the only dependency.
Usage
repositories {
jcenter()
}
dependencies {
compile 'org.adw.library:discrete-seekbar:1.0.1'
}
Solution 2:
You can use these libraries for android tooltip. Follow these link. https://github.com/xizzhu/simple-tool-tiphttps://github.com/sephiroth74/android-target-tooltip
Post a Comment for "Android Seek Bar With Specified Hint"