dimanche 28 septembre 2014

How to catch final state of seekbar?


Vote count:

0





<SeekBar
android:id="@+id/seekBar1"
android:layout_width="130dp"
android:layout_height="wrap_content" />


This is seekbar.I want to catch it's state when I press button..



button.setOnClickListener(new OnClickListener() {

@Override
public void onClick(View arg0) {

//Here i want code to catch state of seekbar!

}


asked 28 secs ago







How to catch final state of seekbar?

Aucun commentaire:

Enregistrer un commentaire