Monday, April 29, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3668  / 2 Years ago, mon, march 14, 2022, 3:13:22

I'm working on a small game and i'd like to know how can i write/read a user settings file in ubuntu touch?


More From » application-development

 Answers
7

You have a couple of options, you can use a LocalStorage to create a local sqlite database to keep your settings in. Or you can use the (still very alpha-stage) U1DB component, which will still use a local sqlite database, but also allows you to sync your settings database between the user's different machines/devices.


[#31972] Monday, March 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oreera

Total Points: 472
Total Questions: 121
Total Answers: 116

Location: Mayotte
Member since Thu, Dec 17, 2020
3 Years ago
;