how to use gcm with backendless in android

sir please explain how to send notification with image using backendless

The built in functionality allows to send text messages. If you modify the BackendlessBroadcastReceiver class, you can send image URL and have the logic in receiver download the image and present it to the user.