Checkout of the Asus Transformer Tablet

This is a simple smoke test to see if several technology bits I'm interested in would work with the Asus Transformer and its Android load, v3.2.1 (Honeycomb). Those technology bits are Nasa's WorldWind SDK and the late-model Wiimote with built-in Wii MotionPlus. Getting Nasa's WorldWind running on the Asus was extremely simple. The downloadable bundle comes with pre-built APK's in the examples/WWAndroidDemo folder (WWAndroidDemo.apk). All you have to do with the Transformer is plug it into your Android ready developer system and side-load the APK onto the device. In this case all my work was done on my Fedora 14 system. The README.txt file in the root folder has all the directions for loading the apk file. I chose load WWAndroidDemo, so I simply ran: adb -d install examples/WWAndroidDemo/WWAndroidDemo.apk, then ran the WWAndroid Demo under Apps. Easy-peasey. This was the simplest way to test this lashup before investing any significant time and energy, and I was ve...