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.
我想在不同的片段中使用不同的onKeyDown或onKeyUp,但是方法是写在活动中的。所以我想找到一种方法来编写不同的onKeyDown。
使用FragmentManager'sfindFragmentById()检查当前显示的片段,以及函数switch内部的片段onKeyDown
FragmentManager
findFragmentById()
switch
onKeyDown