On Oct 8, 2012, at 10:33 PM, notig <[email protected]> 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 _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
