Guest RequiredUser Posted September 28, 2005 Report Posted September 28, 2005 (edited) Hi all, I'm a beginner when it comes to mobile applications and certainly havent used webservices before. My plan is to use a Web Service to transfer data from the phone(s) to the pc, have the PC do some number spinning and then send out the result(s). Seeing as i'm a little lost i thought i'd ask, this sounds about normal doesnt it? Also anyone know of any good tutorials/explinations that might get me going on my way? :edit: Forgot to say i'm doing it in C# hopefully, or would C++ be easier? Edited September 28, 2005 by RequiredUser
Guest Tech Posted September 30, 2005 Report Posted September 30, 2005 (edited) I have done this for my WMP Remote app - it updates the Server and Client software via webservice. I use ASP.NET for that :o (C# code behind) .NET is much easier than C++ and is really powerful too! keep with .NET but i dont quite understand what you are trying to do - create an app to transfer data from PC to phone? use activesync! Edited September 30, 2005 by Tech
Guest RequiredUser Posted October 4, 2005 Report Posted October 4, 2005 but i dont quite understand what you are trying to do - create an app to transfer data from PC to phone? use activesync! <{POST_SNAPBACK}> I'm trying to write a game that can be played anywhere of sorts, with multiple users... so they can be out and about and send the required info from the fone via the web to the webservice, the program on the pc will cover the brunt of the calculations and send back certain information to the fones dependent on the results on the program on the pc. If that makes any sense :S
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now