Back to project page Gamework.
The source code is released under:
Apache License
If you think the Android project Gamework 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 cz.robyer.gamework.app.activity; /* ww w .j a va2 s . co m*/ import android.support.v4.app.FragmentActivity; /** * This is base activity for almost all other activities. * @author Robert P?sel */ public class BaseActivity extends FragmentActivity { }