android - Replacing GCMBaseIntentService with GoogleCloudMessaging -
i new android development , had switch first project eclipse android studio finding library gcmbaseintentservice no longer supported. found googlecloudmessaging, not @ evident how port implementation got tutorial http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/ here listed, that. may help? this piece of code need replace: package com.example.taxiprofessional; import android.app.notification; import android.app.notificationmanager; import android.app.pendingintent; import android.content.context; import android.content.intent; import android.util.log; import com.google.android.gcm.gcmbaseintentservice; import static com.example.taxiprofessional.commonutilities.sender_id; import static com.example.taxiprofessional.commonutilities.displaymessage; public class gcmintentservice extends gcmbaseintentservice { private static final string tag = "gcmintentservice"; public gcmintentservice() { super(...