简体   繁体   中英

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 ?

I am new on android world , so please explain to me step by step who is the best and why?

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.

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....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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