I\'m an Android newbie, and I\'m using Google GCM to send a plain text message. Is it possible to send an image file as stream or by some other method?
Java -
You could only send a very small image, as the data payload is limited to 4kB. You would also need to encode it somehow.