标签: java android performance android-layout
情景:
dialog_box
我正在使用Android annotation来设置/更新首选项。我无法理解的内容"如何在用户结束通话或返回后立即打开首选项对话框" ?
Android annotation
extends Application能帮我解决这个问题吗?
extends Application
可能和最糟糕的解决方案可能是:
dialog box
OnResume
我不想为每个活动添加冗余代码。这个问题还有其他更好的解决方案吗?
答案 0 :(得分:0)
使用EventBus库。这将允许您摆脱多余的代码。
Android优化的事件总线,简化了之间的通信 活动,碎片,线程,服务等。更少的代码,更好 质量。
Website