Search code examples
androidiosdatabasecordovadreamweaver

How can i program a database driven iOS, Android, ... App Using Adobe Dreamweaver 6 and phonegap?


Since i am new in Phone app programming, this might be a silly question... But I am trying to develop an iOS and may be also Android English-Amharic Dictionary app that needs an internal database.

By internal Database I mean a the application don't need to connected to any network or Internet

The Dictionary definitions must initially be loaded into database and shipped with the app

The user might highlight/bookmark definitions. so there is also "Insert INTO..."

I am using dreamweaver as a development tool along with phonegap.

  1. What type of database can I choose? SQLite, XML, Core Data,...? Which one is the best?

  2. How do i Start?


Solution

  • Well I assume since you are using phonegap you are looking at developing with html and javascript so I would recommend html5 local storage here's a link. Or just google html5 local storage or something like that.