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.
我需要在一个地方访问整个应用程序的操作栏项目,是否可以使用 android 中的应用程序上下文访问操作栏?
只需将该 MenuItem(或 ActionBar 上的其他内容)设为公开和静态即可。
我在我的一个项目中这样做,听起来并不出色,但很有效。
顺便说一句,您只能在 UI 线程中访问它们...