Android Open Source - GLSpin My D






From Project

Back to project page GLSpin.

License

The source code is released under:

MIT License

If you think the Android project GLSpin 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 st.kirara.tochikashobby.debug;
/*  w w w . j a  va  2  s .  c  om*/
/**
 * Declarations for debug. 
 * @author Tochika
 *
 */
public class MyD {
  
  /** Filter tag name on debug log  */
  public static final String TAG = "st.kirara.tochikashobby";

}




Java Source Code List

st.kirara.tochikashobby.GLRendererMain.java
st.kirara.tochikashobby.MainActivity.java
st.kirara.tochikashobby.debug.MyD.java