Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
How to store high capacity data
Hello,
I’m porting an app from android to tizen and I use tizen web html5.
I used a database about 10M capacity on android ,and I would search my db
when use some functions.Now I want to port this to tizen.
Because of not support extra db on tizen(right?),Is there a way to store high
capacity data on tizen?
I have tried opendatabase(), I want to write all of the data from the 10M db to a txt doc,
read the txt and insert data to a new db which created by using opendatabase() when first launch my app.
But it’s like that the second or third time I use it ,it creates new db,not finds created db.
openDatabase(“aaa.db”, ‘1.0’, ‘Offline storage’, 10*1024*1024).
How could I do?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio