During the GOP presidential debate last night, Michelle Bachmann said this: After the debate that we had last week, Politifact came out and said that everything I said was true. Did Politifact really give her a “True” rating across the board for a performance in the previous debate? The best way to check if you […]
Search results for "flex"
Video: New Components in Flex 4.6
Holly and I have been working on an Expense Report application for tablets. We used a Flex 4.5 version in our session at MAX this year, but we have also been working on a 4.6 version in parallel. The new components in Flex 4.6 are really helping delivering a great experience on tablets. You can […]
MAX Session Video: How to Develop Amazing Mobile Enterprise Apps with Flex
It was great to see a lot of you at MAX this year. If you you didn’t attend MAX or my session, the video is now available. You can watch it here: (more…)
Flex / Spring Mobile Test Drive: Learn the Best Way to Build Java-Backed iOS, Android and PlayBook Apps
Flex is a powerful application framework for building first-class mobile applications for iOS, Android, and the BlackBerry PlayBook using a single programming model, a single tool, and a single code base. If you are a Java developer, the Flex programming model is also easy to master because it is syntactically very close to Java. The […]
Using jQuery in a Flex Application
This is a follow up to my previous post on how to invoke a JavaScript function in an HTML document hosted in a Flex application (using the StageWebView). The Flex application of course doesn’t care about — and is not aware of — the way your JavaScript is written and which libraries you use. However, […]
Flex Mobile: Invoking JavaScript in a StageWebView
The StageWebView allows you to render HTML content inside a Flex application using the underlying HTML rendering engine available on your mobile device. In some situations, the Flex application may need to communicate with the HTML document hosted in the StageWebWiew. In other words, you may need to invoke a JavaScript function available in that […]
LCDS Multi-Client Support: Native iOS, Android, HTML, Java, and Flex
Last year at MAX, we announced and sneak peeked the new multi-client support in LCDS. LCDS will soon provide native client libraries for iOS, Java, Android, HTML / HTML 5 (with WebSockets support when available), and Flex. The engineering team has been hard at work on this. My friend Mete Atamel has been leading the […]
Scrollable and Touch-Friendly Flex Charts
After I posted Flex Charts on the iPad, a few people asked me how to enable some specific gestures on these charts to make them small screen-friendly. One specific question was: “How can we make a chart scrollable to show a lot of data on a smaller screen while making sure the vertical axis is […]
Flex Charts on the iPad
I continue to see a lot of interest for dashboards applications on mobile devices (particularly on tablets), and I think that interactive data visualization applications are really a sweet spot for Flex. As an example, I built a simple dashboard aggregator using the out-of-the box charting components available in Flex. The same application can run […]
Flex-Powered Multi-Touch Data Visualization on the iPad, Android, and the BlackBerry PlayBook
Over the past couple of weeks, I’ve visited many enterprise customers to spread the exciting news and discuss their mobile strategy. I found it interesting that most of them were focusing primarily on tablets (instead of phones), and that the application they were focusing on was almost always a dashboard or at least involved a […]