I'm in the process of evaluating the Feathers UI framework as a replacement for our current Flex mobile app (there are just too many limitations of Flex, mostly concerned with performance on retina devices) and coming from Flex, there are some issues I have with a pure AS project.
One big issue seems to be the use of web services. I frequently use mx.rpc classes and interfaces such as IResponder, AsyncToken, and HTTPService, which obviously aren't available without the Flex SDK.
How come that this isn't part of AIR and remains part of the Flex SDK and how do I get rid of this issue? Are there equivalents or do I have to make a hack and import the corresponding SWCs manually?