2

ドキュメンテーションでは、Google Cloud Messaging の Android 部分の作成について、2 つの異なるオプションが説明されています。

-using com.google.android.gcm.GCMRegistrarcom.google.android.gcm.GCMBroadcastReceiverおよびhttp://developer.android.com/google/gcm/gs.html#android-appcom.google.android.gcm.GCMBaseIntentService

- http://developer.android.com/google/gcm/gcm.html#writing_appsでハンドラーを使用android.content.BroadcastReceiverおよびandroid.app.IntentService+ 書き込みます

これは紛らわしいです。おすすめの方法は?

4

2 に答える 2

1

-使用

com.google.android.gcm.GCMRegistrar、com.google.android.gcm.GCMBroadcastReceiver、com.google.android.gcm.GCMBaseIntentService

http://developer.android.com/google/gcm/gs.html#android-app

ここでうまく機能します

于 2013-02-14T10:52:54.647 に答える
0

私は Commonsware を信頼しているので、彼のBusy Coder's Guide to Android Developmentを確認し、 com.google.android.gcm.GCM* クラスを使用しました。それらはすべてを簡単にします (設定への登録の保存、ウェイクロックの利用...)。

于 2013-02-14T13:48:28.593 に答える