[mono-android] Does monodroid have more networking capability than a normal native app?
Jonathan Pryor
jonp at xamarin.com
Tue Oct 9 02:57:53 UTC 2012
On Oct 8, 2012, at 10:33 PM, notig <notigg at gmail.com> wrote:
> does using monodroid give you more tools... less tools.. or the same tools for networking a mobile app? For instance a multiplayer game?
More tools. In addition to the Stream-based I/O that Java provides, you have SOAP support, partial WCF support, and REST support (via WCF and some add-on assemblies).
(Granted, even Java will have add-on libraries to simplify networking, but in this case there's at least some potential here to reuse existing code...)
> Also.. as a side question... does using monodroid make cheating harder than if your game was programmed in html5 and Javascript
It'll certainly be harder to exploit JavaScript evaluation and information leaks...
- Jon
More information about the Monodroid
mailing list