Android Open Source - MathApp Seek Bar Adapter






From Project

Back to project page MathApp.

License

The source code is released under:

MIT License

If you think the Android project MathApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package ie.lc.mathApp;
/*www  . j av a  2  s  . c o  m*/
import android.widget.SeekBar;
import android.widget.SeekBar.OnSeekBarChangeListener;





public abstract class SeekBarAdapter implements OnSeekBarChangeListener {
  public void onProgressChanged   ( SeekBar seekBar, int progress, boolean fromUser ) {}
  public void onStartTrackingTouch( SeekBar seekBar )                 {}
  public void onStopTrackingTouch ( SeekBar seekBar )                 {}
}




Java Source Code List

ie.lc.mathApp.ActivityArithmetic.java
ie.lc.mathApp.ActivityCommonMenu.java
ie.lc.mathApp.ActivityGameBase.java
ie.lc.mathApp.ActivityScore.java
ie.lc.mathApp.ActivitySqrt.java
ie.lc.mathApp.ActivityWave.java
ie.lc.mathApp.CallbackThread.java
ie.lc.mathApp.Callback.java
ie.lc.mathApp.Geo.java
ie.lc.mathApp.Operator.java
ie.lc.mathApp.ScoreData.java
ie.lc.mathApp.Score.java
ie.lc.mathApp.SeekBarAdapter.java
ie.lc.mathApp.Storage.java
ie.lc.mathApp.TextWatcherAdapter.java
ie.lc.mathApp.Util.java
ie.lc.mathApp.Wave.java