Back to project page BLE-Heart-rate-variability-demo.
The source code is released under:
MIT License
If you think the Android project BLE-Heart-rate-variability-demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.sample.hrv.demo; /* w ww . ja va 2 s . c o m*/ import android.content.Context; import android.opengl.GLSurfaceView; import android.util.AttributeSet; /** * Created by steven on 9/5/13. * Modified by olli on 3/28/2014. */ public class DemoGLSurfaceView extends GLSurfaceView { public DemoGLSurfaceView(Context context, AttributeSet attrs) { super(context, attrs); } }