I'm working on an app right now that requires some modest internet interaction - the ability to transfer some data online, either by TCP or an HTTP Post. Is there a straightforward way XF handles this? I'm using Profile 7 and making use of System.Net/.Http, which doesn't seem to give me the ability to send much of anything. At the same time it looks like I can make use of these things in the iOS and Android projects directly. So is an interface just the standard way to go here?
↧