Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对不起我的英语,我的问题是:列表视图的类适配器不会让我使用捆绑包来获取额外内容并在此行代码中使用 thIS extras(Strings) .setText(getString("....")); .
例子:
我想用它来设置适配器中的文本:
捆绑 carrera = getIntent().getExtras(); text01.setText(carrera.getString("key"));
有人可以帮助我吗?谢谢
这个BundleJam库可以帮助你。它允许您在运行时在活动和片段之间传递信息,而无需捆绑信息。