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.
我有两个类,A 和 B。A 类在 textview 中显示数据库中的数据。B 类有一个按钮,当点击这个按钮时,B 类的数据会随机变化。有可能吗?
您可以更改数据库中的数据并onResume以Activity显示TextView. 或者您可以使用将文本存储在 中的静态变量,TextView并从其他类中对其进行修改。然后您可以在 中再次更新文本onResume。
onResume
Activity
TextView
TextView当另一个活动不活动时,您无法真正访问它。