文件名称:Android代码-Push
文件大小:1.26MB
文件格式:ZIP
更新时间:2022-08-27 13:01:40
Android代码
How to Use To start using it, you need to have set up the Push Server. With the Push Server OK, open the file Config.java and change the addresses of your server and the GCM Sender ID: public static class ADRESSES { public static final String SERVER_URL = "http://your-server-name/"; public static final String INSERT_USER_URL = SERVER_URL "Push-server/insert_user.php"; public static final String DELETE_USER_URL = SERVER_URL "Push-server/delete_user.php"; } public static
【文件预览】:
Push-master
----gradlew(5KB)
----settings.gradle(15B)
----.gitattributes(378B)
----gradle()
--------wrapper()
----README.md(1KB)
----screenshots()
--------gcm-android-notification.png(1.05MB)
--------gcm-android-application.png(61KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(2KB)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(645B)
----build.gradle(499B)