Android Open Source - Blufpoker Android Merge Surface View






From Project

Back to project page Blufpoker.

License

The source code is released under:

Apache License

If you think the Android project Blufpoker 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 org.stofkat.blufpoker;
/*from w  w w .j a v  a2s  .c o  m*/
import android.app.Activity;
import android.os.Bundle;

public class AndroidMergeSurfaceView extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    }
}




Java Source Code List

org.stofkat.blufpoker.AndroidMergeSurfaceView.java
org.stofkat.blufpoker.BlufPokerActivity.java
org.stofkat.blufpoker.IntentKeys.java
org.stofkat.blufpoker.MyGLRenderer.java
org.stofkat.blufpoker.MyGLSurfaceView.java
org.stofkat.blufpoker.MySurfaceThread.java
org.stofkat.blufpoker.MySurfaceView.java
org.stofkat.blufpoker.OpenGLES20Activity.java
org.stofkat.blufpoker.Square.java
org.stofkat.blufpoker.Test.java
org.stofkat.blufpoker.Triangle.java
org.stofkat.blufpoker.util.SystemUiHiderBase.java
org.stofkat.blufpoker.util.SystemUiHiderHoneycomb.java
org.stofkat.blufpoker.util.SystemUiHider.java