Reminder: FDUG meeting on 01/17/2008

Posted by brandonthedeveloper at January 16th, 2008

Just a reminder that the Flash Developer User Group will be meeting tomorrow night in Richmond, Va (6 pm, ArtSpace/Plant Zero www.artworksrichmond.com in South Richmond).

Lou Barber will be talking about Flash video and I’ll be building on my talk from last time about the capabilities of AIR using SQLite.

Hope to see everyone there. :)

Posted in Adobe, Air, FDUG, Flash, Flex, SQL| 1 Comment | 

DataAccess Utility Class

Posted by brandonthedeveloper at June 17th, 2007

I spent this weekend writing a simple ‘Data Access Layer’ utility class to be used with AIR applications and sqlite. If you are not familiar with using a ‘DAL’, data access layers act as transparent layer between your application and the database to handle the data processing. This keeps the view code clean and the sql commands as reusable methods.

You can download everything here. The zip contains the project and the AIR file.

I think I’ve commented the code pretty well. If you have any questions or comments let me know.

This work is licensed under the Creative Commons Attribution 3.0 License

Posted in Adobe, Air, Code, SQL| 8 Comments |