Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

first app, question about local databases

Arkadij_L_
Beginner
655 Views

Hi.

I'm normally developing websites, but I wanted to create for a friend a small achievement app, where she can check all kinds of personalized achievements. I haven't developed mobile apps before, so I wanted to give it a try using the Intel XDK. For this app, I'd need to store the list of achievement categories and achievements, including which ones have already been completed. So I guess I'd best use a local database. It's important that I can install new updates of that app without her losing the list of completed achievements.

My questions:
- Is a local database really the best way to do that?
- Which database would be the best for that?

Thanks for any advice.

0 Kudos
2 Replies
Hamilton_Tenório_da_
Valued Contributor I
655 Views

For Cordova building, try to use this plugin: com.triarc.sqliteplugin

I am using it in some APPs and it is working ok (Android and iOS and testing in Windows).

0 Kudos
Arkadij_L_
Beginner
655 Views

Hamilton Tenório da Silva wrote:

For Cordova building, try to use this plugin: com.triarc.sqliteplugin

I am using it in some APPs and it is working ok (Android and iOS and testing in Windows).

 

Ok, thanks.

0 Kudos
Reply