gpt4 book ai didi

app-inventor - 如何在 MIT 应用程序发明者中使用意图在屏幕之间传递数据

转载 作者:行者123 更新时间:2023-12-01 08:28:18 25 4
gpt4 key购买 nike

我是麻省理工学院应用程序发明者工具的初学者。我坚持在屏幕之间传递数据。我在互联网上搜索了很多时间。我有意图地使用事件启动器得到了很多结果,但是在 MIT 应用程序发明者中怎么可能呢?

如果在android中我们可以像这样传递数据

Intent i = new Intent(this, ActivityTwo.class);

i.putExtra("Value1", "This value one for ActivityTwo ");

i.putExtra("Value2", "This value two ActivityTwo");

startActivity(i);

通过使用 bundle 我们可以获得这些数据,但是在 MIT appinvent 中怎么可能呢?

最佳答案

您有 2 个选项可以在屏幕之间传递数据:

  • 使用 open another screen with start value块示例:
    enter image description here
    如您所见,值也可以是列表...
    然后在另一个屏幕中,您可以使用 get start value 获取数据区块
  • 使用 TinyDB例如在 Screen1 中只需将数据存储在 TinyDB 中并在 Screen2 中再次读取

  • see also this example

    关于app-inventor - 如何在 MIT 应用程序发明者中使用意图在屏幕之间传递数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27872652/

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