[android-developers] I want to add GLSurfaceView to SurfaceView.

2009-11-01 Thread Ring
public class CameraStream extends Activity { private Preview preview; private GLSurfaceView mGLSurfaceView; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] bluetoth API sample code

2009-10-28 Thread Ring
Hello. It looks for sample code of bluetooth added with android2.0. Will you know sample that connects two android terminals? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Inefficient of debugging.

2009-04-20 Thread Ring
Hello. I am embarrassed because of debugging with android. If debugging is repeated with a real machine, capacity becomes insufficient. FactoryReset is done every time capacity becomes insufficient. it is inefficient. Isn't there good method? Thank you.