Address Book - AIR SQLite example application
This is an example I originally wrote to use along with the Adobe AIR documentation, or perhaps as a supplementary “quick start” sample. In the end the scope of the example was too big for the documentation, so I cut it. However, I think it is useful for demonstrating a number of techniques — both beginner and intermediate — for working with the SQLite database engine that’s included with AIR.
Download the source (37kb .zip)
My standard copyright/license terms
The app is a basic address book/contact list, with a list of contacts and a detail view where you can edit contacts or add new contacts:

You can leave a comment, or trackback from your own site.
7 Comments so far
Add your comment
Comment notes
Please keep comments on topic. Comments that are inappropriate or offensive will be edited or removed.
Paragraphs and line breaks are automatically converted to HTML, and quotation marks are converted to “smart” quotes.
The following XHTML tags can be used: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> . All others will be removed.
December 8th, 2008 at 3:17 am
naseer ahmad mughal is reported to have said:
How can i install and run this application on my local system…
Plz do assist me ASAP.
regards,
December 8th, 2008 at 12:16 pm
Paul Robertson is reported to have said:
@naseer:
Since this project is really intended as an example application (i.e. as source code you can look at) I didn’t bother providing a .air file for installing it.
If you want to test the application, you can compile it using the Flex SDK or Flex Builder and try it out. You can also use either one of those tools to create a .air file that you can install (assuming you have the AIR runtime installed on your machine).
June 30th, 2009 at 9:01 am
psu is reported to have said:
I tried running this example. But it won’t start when o press run. What could be the problem?
August 8th, 2009 at 2:46 am
robert is reported to have said:
I try to import your source as a flex project, but nothing will work, can you, please, tell me what is it that I’m doing wrong…it isn’t the first time that I import a flex project…
Thanx for your time….
September 18th, 2009 at 5:34 am
Anand K is reported to have said:
@robert,
First create new flex AIR project, then copy the com folder into the src folder of your project and copy the mxml file’s code into your project’s mxml file. Now, you will be able to run the application…
& its working great.
Hope this helps.
January 4th, 2010 at 11:31 pm
caixun is reported to have said:
i cann’t run it at local!
i create a new flex Air project,and then copy the src into project’s file. cannt run it .what’s going on ?
February 16th, 2010 at 2:07 am
Nuwan is reported to have said:
Thanks a lot!!!