Android Open Source - Blufpoker Intent Keys






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;

public class IntentKeys {
  public static final String NUMBER_OF_PLAYERS = "NUMBER_OF_PLAYERS";
  public static final String NUMBER_OF_LIVES = "NUMBER_OF_LIVES";
}




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