Back to project page TheFirstMyth01.
The source code is released under:
MIT License
If you think the Android project TheFirstMyth01 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.game.base; /* w w w . j a v a2 s . c om*/ import java.util.Vector; import android.content.Context; import android.content.res.Resources; public class PubSet { public static int reFlashTime = 50; public static int screenWidth; public static int screenHeight; // ???????????????????? public static Resources resouces; public static boolean isNet; public static Context context; }