Menu

Home

Fenton Martin

ActivityZ

You can directly use any functions with:

MainActivity extends ActivityZ {...}

You can directly call any functions on ActionBarZ, ExceptionZ, IntentZ, LogZ, ToastZ, ViewZ.

setDefaultUncaughtException(MainActivity.class)

There's some static functions on DateZ, TextZ. You need add to call the library class before:

DateZ.getDatetime()

ActionBarZ

ExceptionZ

IntentZ

LogZ

ToastZ

ViewZ


DateZ

TextZ


You can directly use FirebaseZ and GoogleAdsZ functions with:

MainActivity extends AappZ {...}

Don't forget permissions on AndroidManifest.xml

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

FirebaseZ


GoogleAdsZ