To Configuring push Notification UI, i cant understand "generateNotification method in App42GCMReceiver.java file"
i cant find generate notification method , and tha app42GCMReceiver java file i found is in src folder-> com.shephertz.app42.android.pushservice. not in library folder.
and inside the script :
package com.shephertz.app42.android.pushservice;
import com.google.android.gcm.GCMBroadcastReceiver;
import android.content.Context;
public class App42GCMReceiver extends GCMBroadcastReceiver{
@Override
protected String getGCMIntentServiceClassName(Context context) {
return "com.shephertz.app42.android.pushservice.App42GCMService";
}
}
where should i push all the code u given
Thank for help