I'm building my first AIR application after two years of building Flex applications with a SQL Server database, using ColdFusion CFCs and .NET as WebService interfaces.
I want to create an AIR application with static data and I'm trying to figure out the best way of doing this, and how to do this. I have several related pieces of data.
Should I store all the data in XML files and read it directly from there? Or should I use the built-in SQLite database? If I use the SQLite Database, is there anyway to have the data pre-populated with the application, or does it have to be built each time the application is loaded? If using the SQLite database, can someone point me to some help on how to do this?
I apologize if these questions are too basic, I'm just looking for ideas as I try to build my first AIR application.