简体   繁体   English

推送通知android parse.com或gcm?

[英]Push notifications android parse.com or gcm?

I have one database mysql , I need when i add one new a row on my database receive one notification who is the best for this and more simple gcm or parse.com ? 我有一个数据库mysql,当我在数据库中添加一行新内容时,我需要一个通知,通知谁最适合此操作以及更简单的gcm或parse.com?

I am new on android world , so please explain to me step by step who is the best and why? 我是android world的新手,所以请逐步向我解释谁是最好的,为什么?

Hi try this way I'll help u.. 嗨,尝试这种方式,我会帮你的。

Parse Notification in android Step 1. Create account in parse and get application id and client id. 在android中解析通知步骤1.在解析中创建帐户,并获取应用程序ID和客户端ID。

Application.java Application.java

public class Application extends android.app.Application {

 public Application() {
 }

 @Override
 public void onCreate() {
  super.onCreate();


 }
}

Follow this link for more details 点击此链接以获取更多详细信息

Thats all hopefully somebody help this topic thanks.... 希望所有这些都可以帮助这个话题,谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM