Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread sardar khan
i want to show the image from json response to my app On Mon, Dec 14, 2015 at 6:58 PM, mayank k varshney wrote: > Tell me the problem. I don't have old treads > > On Mon, Dec 14, 2015 at 7:26 PM, sardar khan > wrote: > >> I am also searching

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread mayank k varshney
Json will comtson the urls of images On 15 Dec 2015 05:08, "sardar khan" wrote: > i want to show the image from json response to my app > > On Mon, Dec 14, 2015 at 6:58 PM, mayank k varshney < > mayank.be@gmail.com> wrote: > >> Tell me the problem. I don't have old

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread sreerag marar
Hi Wolfgang, Can you help me with the solution that worked for you? I'm stuck with the same problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread sardar khan
I am also searching for this solution can any one help us ..?? On Mon, Dec 14, 2015 at 6:46 PM, sreerag marar wrote: > Hi Wolfgang, > > Can you help me with the solution that worked for you? I'm stuck with the > same problem. > > > -- > You received this message

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread mayank k varshney
Tell me the problem. I don't have old treads On Mon, Dec 14, 2015 at 7:26 PM, sardar khan wrote: > I am also searching for this solution can any one help us ..?? > > On Mon, Dec 14, 2015 at 6:46 PM, sreerag marar > wrote: > >> Hi Wolfgang,

Re: [android-developers] Re: Sending image from server to app

2012-08-02 Thread Wolfgang
Hey Tommy, That example didn't work for me, but I did find another example that worked. Thanks for the help, -W -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Sending image from server to app

2012-08-01 Thread RichardC
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

[android-developers] Re: Sending image from server to app

2012-08-01 Thread Wolfgang
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

[android-developers] Re: Sending image from server to app

2012-08-01 Thread RichardC
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

RE: [android-developers] Re: Sending image from server to app

2012-08-01 Thread Tommy Hartz
@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of RichardC Sent: Wednesday, August 01, 2012 2:41 PM To: android-developers@googlegroups.com Subject: [android-developers] Re: Sending image from server to app Server sends message hey look here is a new image, phone then pulls new

[android-developers] Re: Sending image from server to app

2012-08-01 Thread Wolfgang
Thanks for the replies. I'm sorry, I am attempting to pull from the server. I should have worded my question better. Tommy, I'll give that example a try. -W -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

RE: [android-developers] Re: Sending image from server to app

2012-08-01 Thread Tommy Hartz
@googlegroups.com Subject: [android-developers] Re: Sending image from server to app Thanks for the replies. I'm sorry, I am attempting to pull from the server. I should have worded my question better. Tommy, I'll give that example a try. -W -- You received this message because you are subscribed

[android-developers] Re: Sending image to server...?

2010-12-16 Thread RamaMohan
HI Abhilash, please follow the steps as follows: 1)on cliking Grid item get the path of the image (you can get source code for this APIdemoS application) 2)after that upload the file to server using the following code. Please visit the link

Re: [android-developers] Re: Sending image to server...?

2010-12-16 Thread Abhilash baddam
Hi RamaMohan, * * * I used your code it's working fine. Thanks allot.* * * * * *Regards,* *Abhay_401 * On Thu, Dec 16, 2010 at 5:03 PM, RamaMohan rama.mohan...@gmail.com wrote: HI Abhilash, please follow the steps as follows: 1)on cliking Grid item get the path of