How to set first Seekbar process value is to assign initial value of second Seekbar in Android?
问题 I have two seekbars. I want to set first Seekbar process value is to assign initial value of second Seekbar. My Exact requirement is, I want cover 0 to 100 with three seekbar.Ex : If FirstSeekBar cover 1 to 30 the Second SeekBar automatically starts 30 to 100. if I set process value 60 in second seekbar the Third Seekbar automatically starts 60 to 100. Please help me to solve this problem. activity.xml <SeekBar android:id="@+id/firstSeekBar" android:layout_width="match_parent" android:layout