Back to project page digitalcampus.
The source code is released under:
MIT License
If you think the Android project digitalcampus 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.llenguatges.digitalcampus; //from www. jav a 2s .co m import android.app.Activity; public class BaseActivity extends Activity { /** * Get main application object * @return MyApplication */ public MyApplication getApp(){ return (MyApplication) getApplication(); } }