简体   繁体   English

片段内的视图页面侦听器

[英]On view page listener inside a fragment

is there a way when i'm inside a fragment to listen when the specific fragment i'm changed? 当我在片段中时,有什么办法可以改变特定片段时的声音? for example when i swipe to another fragment i want to show a toast that said "Fragment Swiped,Data Saved". 例如,当我滑动到另一个片段时,我想显示一个吐司,上面写着“片段已擦除,数据已保存”。 like an OnClose but only when the fragment lost the foucus 像OnClose,但仅当片段丢失焦点时

the ViewPager calls the setUserVisible(boolean) method when the fragments are swiped. 滑动片段时,ViewPager会调用setUserVisible(boolean)方法。 You can use that. 您可以使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM