gpt4 book ai didi

android - 在 App Inventor 中制作高分屏幕

转载 作者:行者123 更新时间:2023-11-29 01:57:13 24 4
gpt4 key购买 nike

我想在我的测验应用程序中添加一个高分屏幕。我已经创建了一个带有起始值的高分屏幕,其中包含用户在上一轮中达到的分数、类别名称和难度。

我将这个起始值分成 2 个变量:

第一个只包含分数,另一个包含类别和难度。现在总而言之,我有 3 个类别,每个类别有 2 个难度。现在我想保留每个类别和难度的前 10 个高分。像这样:

Category 1 Difficulty 1
Category 1 Difficulty 2
Category 2 Difficulty 1
Category 2 Difficulty 2
Category 3 Difficulty 1
Category 3 Difficulty 2

如您所见,我将有 6 个不同的高分列表。

现在我的问题:

如何将所有 6 个列表保存在我的 TinyDB 中并重新加载数据?

最佳答案

对于每个列表,为 TinyDB 使用自己的标签
要保存其中一个列表,请使用 TinyDB.StoreValue block ,以在 Screen.Initialize 中再次获取它,请使用 TinyDB.GetValue block ,另请参见 docu
记住:第一次运行时 TinyDB 是空的,参见 an example here如何处理。
和:do the tutorials熟悉 App Inventor 的基本概念。

关于android - 在 App Inventor 中制作高分屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14502400/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com