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.
我有一个活动,其中有一个列表视图,它与数据绑定 onCreate,我遇到的问题是,当我单击列表视图中的一个项目时,它会将我发送到另一个活动,然后如果我按下列表视图正在清除.. 我需要调用哪个事件或处理程序来重新绑定具有列表视图的活动中的列表视图?(背面是手机背面的“箭头”)。
只需用 onResume 中的数据填充列表视图,就可以了。当用户通过后退箭头返回您的活动时,将调用 onResume。