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.
What type of database can I choose? SQLite, XML, Core Data,...? Which one is the best?
How do i Start?
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.