Here at Milkman Games, we've been working on some exciting new game projects using Adobe AIR. Along the way, we've found a few core mobile features are missing, not cross-platform, no longer supported, or otherwise not quite right - so we created the CoreMobile Native Extension for Adobe AIR to fill in the gaps!
Advanced Gyroscope. CoreMobile monitors the device's built-in gyroscope, in combination with hints from its other available sensors, to compute accurate orientation readings. The API and results are exactly the same, whether your game is running on iOS or Android. Instead of burdening your CPU with additional expensive events, CoreMobile gives you synchronous access to the device's current roll, pitch and yaw through a single function call you can integrate into your main render frame loop.
Local Notifications. While Push Notifications can be used for sending new information, sales, updates, messages, and multiplayer game events from a server to your users, Local Notifications are useful for sending a message to the current user only after a given delay.
For instance, a game in which the user's energy slowly recharges after one hour, could use a local notification to remind the user when their energy is refilled; or if the user has not loaded your app in 3 days, a Local Notification could prompt them to come back and play some more.
Network Connection Monitoring. With CoreMobile, you can determine if the internet connection is available using a single function call- or if you need real time updates, listen for the connection being lost or gained with one simple event. Like all CoreMobile's features, networking monitoring works seamlessly across iOS and Android.
Vibration. Add tactile feedback to games by triggering the vibration feature on your user's mobile phone.
Native UI. It is often useful to use native modal dialogs to alert the user to an important event, ask a question, collect simple input, or get login information. CoreMobile allows you to implement such dialogs in a consistent, cross-platform way, without having to design and code the UI by hand in ActionScript.
The CoreMobile Native Extension for Adobe AIR is available now on the Tools page, and comes with simple interface, detailed documentation, and year of free, top-notch customer support you've come to expect from Milkman Games.