资产和参考

发布于 2024-11-28 19:14:25 字数 101 浏览 1 评论 0原文

我想知道是否有一种方法可以从其他类获取活动的引用,而不将其作为参数传递。 特别是,要打开资产,我需要活动调用 getAssets(),但我没有对该活动的任何引用。

I want to know if is there a way to obtain a reference of an activity, from an other class, without passing it as parameter.
In particular, to open an Asset I need that the activity invoke getAssets(), but I haven't any reference to the activity.

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

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

发布评论

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

评论(1

伏妖词 2024-12-05 19:14:25

适当的方法是传递引用。您可以将其作为静态变量存储在某处,但这是一种非常不推荐的方法。如果您没有参考,请考虑更改您的设计。

我并不是说这只是作为一种教育/理论论证,而是来自(糟糕糟糕糟糕)的经验。

The appropriate way is to pass the reference. You can store it as a static variable somewhere, but this is a very unrecommended method. If you don't have a reference, consider changing your design.

I'm not saying that only as an educative / theoretic argument only, but from (bad bad bad) experience.

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