我可以在触摸视图时保存视图的状态吗?

发布于 2024-12-23 00:35:20 字数 90 浏览 0 评论 0原文

我想保存触摸时视图的状态。例如,当我触摸一个视图,然后触摸活动中的另一个视图时,我应该能够立即更改两个文本视图的颜色。为此,我需要保存首先触摸的视图的状态。是否可以?

I want to save the state of a view when it is touched. For example when I touch a view and after that I touched the another view in an activity I should be able to change the color of both the textviews at once. For this I need to save the state of the view which is touched at first. Is it possible?

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

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

发布评论

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

评论(1

君勿笑 2024-12-30 00:35:20

“保存状态”是什么意思?出于您的目的,您只需要保存第一个视图的 ID,并稍后通过调用 findViewById(savedId) 来获取它。

What do you mean "save state"? For your purpose you need save only id of first view and get it later by calling findViewById(savedId).

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