8:00 – 3:00, 5:00 – 6:30 VISIBILITY
- Added Dong’s iPhone and iPad to the device list
- Uploaded HelloWorld to SVN, and added a Mobile folder. Certs and provisioning profiles are in there
- Worked out the initial thoughts on VisibilityMobile with Dong and Mike
- Homework: http://help.adobe.com/en_US/flex/mobileapps/developing_mobile_apps_flex.pdf
- TabbedViewNavigator.selectedIndex to navigate arbitrarily through a view stack
- Touch events – Events generated on devices that detect user contact with the device, such as a finger on a touch screen. Touch events include touchTap, touchOver, and touchMove. When a user interacts with a device with a touch screen, the user typically touches the screen with a finger or a pointing device.
Gesture events – Events generated by multi-touch interactions, such as pressing two fingers on a touch screen at the same time. Gesture events include gesturePan, gestureRotate, and gestureZoom. For example, on some devices you can use a pinch gesture to zoom out from an image. - http://www.paultrani.com/blog/index.php/2011/02/touch-events-and-gestures-on-mobile/
- When developing any mobile application, you can use the Spark Application container, even for phones.
- Security hole?: When enabled, session persistence writes the state of the application to disk using a local shared object named FxAppCache. Your application can also use methods of the spark.managers.PersistenceManager to write additional information to the local shared object.
- Well, we can always store data encrypted: http://code.google.com/p/as3crypto/
FP
- Sent a note to Stewart asking what to do next.
- He asked me to send in the writeup and he’ll let me know what they need next.
