« Flex 3 HistoryManager Exploit? | Main | Attention all RIA Book Authors »
Top 10 AIR apps worth Installing
| By Rich Tretola | June 19, 2008 | |
| 3,191 views |
Lifehacker has put together a top 10 list of Adobe AIR applications worth installing. Their list includes:
To see their full reviews of each of these applications, you can read the full article here.
Topics: Adobe AIR | 2 Comments »









June 21st, 2008 at 8:18 am
Hi Rich!
Since I didn’t find you e-mail anywhere I thought to take a chance and post a question here. It’s related to AIR but not to the blog post.
What I’d like to know is if there’s a way to distribute a premade SQLite-database with an AIR app instead of creating it with SQL (CREATE…) when the programs first run?
Thank you also for a very nice book, “Beginning Adobe AIR”. I’m using it trying to create a contact manager.
Reply to this comment
June 21st, 2008 at 2:04 pm
Sure, you can create the db with any program that works with SQLite. I use SQLite Database Browser (http://sourceforge.net/project/showfiles.php?group_id=87946) which is cross platform.
AIR accesses it just like any other file so you can easily distribute the database.
Reply to this comment