how to know when view has inflated using the onFinishInflate

无人久伴 提交于 2019-12-06 05:28:42
Craigy

An Activity is not a View. There is no onFinishInflate method in Activity. What is it that you need to do after the View you use in setContentView has inflated?

I believe it is very bad practice to try to mess with views in a separate activity. See these links for an alternative way to share data between tabs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!