See how this works. I'm not sure of your process but if you can send the URL of the image to the phone so it knows where to download from you can then use the following example.
http://www.helloandroid.com/tutorials/how-download-fileimage-url-your-device From: [email protected] [mailto:[email protected]] On Behalf Of RichardC Sent: Wednesday, August 01, 2012 2:41 PM To: [email protected] Subject: [android-developers] Re: Sending image from server to app Server sends message "hey look here is a new image", phone then pulls new image from server It's is easier to pull as the phone knows where to store the incoming image and can just restart the pull if/when the connection drops mid transfer. On Wednesday, August 1, 2012 7:35:01 PM UTC+1, Wolfgang wrote: Thanks for the response. I have already gone through GCM tutorials and accomplished sending messages. I've also accomplished establishing a HTTP connection and sending strings back and forth between the server and app. So now I want to send an image from my server to the app with a HTTP connection. GCM does not accomplish this. I hope this cleared up what I'm trying to do. Suggestions? Thanks, -W On Wednesday, August 1, 2012 2:29:32 PM UTC-4, RichardC wrote: Google Cloud Messaging for Android http://developer.android.com/guide/google/gcm/index.html On Wednesday, August 1, 2012 7:21:15 PM UTC+1, Wolfgang wrote: Hi guys, I'm currently trying to send an image from my server to the app. I can't seem to find any good resources on the subject. My server is written in VB. Any suggestions or good resources? Thanks, -W -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

