[android-developers] Re: calling servlet from application

2009-04-13 Thread Marco Schmitz
and how do I use authentication (simple http login /pw) and how https / ssl (with my own licence)? using httpclient its quite simple... do I need to set some htttp headers on my own? greetings, darolla 2009/4/14 Opal : > > Gr8, thanks for the clues :) > > On 9 Kwi, 01:03, mark.ka...@gmail.com

[android-developers] Re: calling servlet from application

2009-04-13 Thread Opal
Gr8, thanks for the clues :) On 9 Kwi, 01:03, mark.ka...@gmail.com wrote: >   Yes that is a wonderful feature of Android, in that much of the > backend functionality is the same as 'regular' java. You can even > stream objects back and forth to servlets, no need for chossy xml/soap > type web dat

[android-developers] Re: calling servlet from application

2009-04-08 Thread mark . kahrl
Yes that is a wonderful feature of Android, in that much of the backend functionality is the same as 'regular' java. You can even stream objects back and forth to servlets, no need for chossy xml/soap type web data services. M On Apr 6, 11:06 am, Mark Murphy wrote

[android-developers] Re: calling servlet from application

2009-04-06 Thread Mark Murphy
Opal wrote: > I need to call a servlet from my android app and send/receive some > data (using post method). I don't know how to do it and reading the > API doesn't help me very much. Do u know any solution or have any idea > how to do it? If you use HttpURLConnection, it works the same as in "re