文件名称:AttachToWindowTest:onAttachToWindow & onDetachedFromWindow 方法测试
文件大小:114KB
文件格式:ZIP
更新时间:2024-06-17 21:02:13
Java
AttachToWindowTest onAttachToWindow & onDetachedFromWindow method test 试验一下这两个接口的调用时机。 1.onAttachToWindow在onResume和onPostResume之后才被调用。 2.onDetachedFromWindow在onDestory之后才被调用。 从调用时机上来看,并不成对,从实践上来看,不适合用于注册和取消注册广播接收器,除非常驻进程。
【文件预览】:
AttachToWindowTest-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----AttachToWindowTest.iml(874B)
----app()
--------proguard-rules.pro(672B)
--------src()
--------app.iml(7KB)
--------.gitignore(7B)
--------build.gradle(773B)
----gradle()
--------wrapper()
----.idea()
--------scopes()
--------gradle.xml(560B)
--------misc.xml(483B)
--------vcs.xml(164B)
--------.name(18B)
--------copyright()
--------modules.xml(373B)
--------encodings.xml(164B)
--------compiler.xml(709B)
----.gitignore(81B)
----README.md(388B)
----settings.gradle(15B)
----.gitattributes(378B)
----build.gradle(437B)