Quantcast
Channel: What is best way to store large data in local for iOS/Android - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Sky Shadow for What is best way to store large data in local for...

Yes you can use cordova-sqlite-storage for large data inputs. But I think it is also advisable not to stress your device with so much data in it because mobile is just mobile with so many limitations...

View Article



Answer by AAAADWBNH for What is best way to store large data in local for...

cordova-sqlite-storage is Native SQLite component with API based.It will easily handle large data and easy for CRUD operation.

View Article

Answer by Ben for What is best way to store large data in local for iOS/Android

I am an Android developer so this is how it works in Android :Shared Preferences - simple key/value pairs specific to your application. This is probably the closest to WebStorage - only for small...

View Article

What is best way to store large data in local for iOS/Android

I'm working on an app and I have tried to use local storage but I'm not sure if it will be OK for my project.I need to store really large data every second in my local database, and at the end of the...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images