Get creative with Wet Paint. This painting app features multiple brushes, an eye dropper, flood fill and thousands of colors to choose from. It’s fun for adults while being simple enough enough for kids to use. What will you paint today? Wet Paint is a cross platform app built with both tablets and phones in […]
Detect Pen Tablet Pressure using an AIR Native Extension
This native extension allows you to detect the input pressure of compatible pen tablet devices. This post includes a video demo of the code running on the Eee Slate and a downloadable ANE that you can use without installing Visual Studio. Problem: A big thanks to the Magical Hobo for creating the c++ code for […]
Installing Your Signed App onto the PlayBook
You can send your signed app to the BlackBerry PlayBook using blackberry-dploy. This makes it easy to test final builds without having to setup debugging certificates. We’ll talk about debug certificates in a later post, let’s get our app onto the device! Problem: You want to test your signed application on the device before submitting […]
iOS, Android and BlackBerry in a Single Click with ANT
***Update: Use package.blackberry OR install.blackberry when running the ANT task, using both will overwrite the BAR file and remove signing. Verify your BAR is signed by renaming it from app.bar to app.zip, extract and ensure you have META-INF/AUTHOR.EC and META-INF/RDK.EC included in the zip.*** Create your market ready AIR apps for iOS, Android and the […]