Titanium:管理用户设置的最佳方式

发布于 2024-12-02 09:59:24 字数 236 浏览 2 评论 0原文

我正在编写我的第一个钛应用程序,我想知道管理用户设置的最佳方法是什么。

该应用程序的一部分包括创建报价。我想让用户能够设置报价参考号开始。因此,它将是“Q0001”,但用户可以将其更改为“QUOTE0001”,因此我在设置页面上有一个文本字段,用户可以在其中输入“Quote”,然后在前面添加一个递增的数字。

最好将其存储在配置文件或数据库中吗?或者钛有一套执行配置变量的方法吗?

谢谢,

比利

I'm writing my first titanium app and am wondering what is the best way to manage a users settings.

Part of the app includes creating a quote. I want to give the user the ability to set a quote reference number start. So it'll be 'Q0001' say but the user can change it to 'QUOTE0001' so I have a text field on a settings page where the user woulod enter 'Quote' and it is then prepended to a incrementing number.

Is it best to store this in a config file, or database? Or does Titanium have a set way of doing config variable?

Thanks,

Billy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

阳光的暖冬 2024-12-09 09:59:25

我将使用属性: Titanium

只需使用 Titanium .App.Properties.setString("用户名", textfield.text);

I would use properties for that: Titanium

Simply use Titanium.App.Properties.setString("username", textfield.text);

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文