connecting android app to server
-
hi i have an android application and i want to connect it to a server (java server ) i know how to connect J2ME client to a server can i do the same thing with android? or there is another way (so what is it ) ? is there any tutorials (even videos ) for that thank you very much
-
hi i have an android application and i want to connect it to a server (java server ) i know how to connect J2ME client to a server can i do the same thing with android? or there is another way (so what is it ) ? is there any tutorials (even videos ) for that thank you very much
Depending on what kind of connectivity you're trying to achieve: If you mean connecting via raw sockets, Android java supports the java.net[^] package. For accessing SOAP web-services there is an open source project[^] which you can use in your application (of course, after you check the licenses to make sure you comply). Last I tried it, it still had issues, but it might be better now. You can search google for a bunch of tuts. Google showed me this[^] among others when I searched for http client programming, but I haven't used it, so I wouldn't know much about it.
"It was when I found out I could make mistakes that I knew I was on to something." -Ornette Coleman "Philosophy is a study that lets us be unhappy more intelligently." -Anon.