blogs
In the previous article, I examined the process for running a simple SELECT query on a pre-populated SQLite database in AIR. In today's example, I will actually execute a simple SELECT query and use the results to populate a data grid. I will also look at how to include a pre-populated database with an AIR application.
Let's continue our focus on the languages of Flex with a little discussion of MXML. We've learned that rich internet applications by their nature have more advanced functionality than say, a typical web page laid out with just HTML. We've also learned that the way a Flex application achieves this advanced functionality is by using ActionScript to provide the "logic" for its applications. Lucky for developers, there's a way to quickly employ the power of ActionScript to create applications that also have the look and feel of anything web based. Flex developers can use MXML.
In this installment of Learning Flex From Scratch, I'm going to diverge a bit from the usual content, and devote this time to disclosing the most helpful resources I've found so far on my journey into Flex. There's a lot of information out there for those who want to learn Flex, but nonetheless it can be tricky sometimes to find that perfect resource that answers your questions.
Continue reading LFFS - 7: Helpful Resources For Learning Flex (part one).








Recent Comments