calls

Filter / prioritize phone numbers on the iPhone

Is it anyway possible to tag certain phone numbers on your iPhone as high priority numbers, and then filter them out to perform some actions on them?.. e.g. allowing calls from these numbers to come through even when the ringer is off. Does Apple even provide the dev access to phone api's to allow this sort of work?.. Thanks.. ...

Flex 4 Best Practice when using RemoteObject and multiple components

Hello! I was wondering what is considered to be a best practice when I have multiple components and use RemoteObject for AMF communication with a PHP backend. Have the RemoteObject in the Main.mxml file with all the methods declared here (with handlers and all) and have all components call functions from the parentApplication, thus ha...