Communicating between Android and PC (C#) -
i want create application in android communicates server application (written in c#, doesn't matter version of .net) on pc via tcp/ip. best approach here?
i thinking kind of rpc-like soap or xml-rpc. want keep server application light , simple possible. , think in c# rely on webserver set rpc server. better communicate directly via tcplistener?
i had pretty luck using tcp/ip , udp android , windows (java & c# respectively). used more brutal approach tcplistener c# pretty similar @ high level. recommend giving shot , seeing outcome, chances it's going more lightweight in terms of processing , bandwidth xml approach.
Comments
Post a Comment