MRaoofnia / Android-push-notification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-push-notification

what is this?

there are examples here to get familiar to android push notification.

target platform

target platform is android 4.0+.

dependencies

don't forget to add following dependency to your module level gradle build script.

dependencies {
    implementation "com.android.support:support-compat:27.1.1"
}

About


Languages

Language:Java 100.0%