Вопрос

I want to use different onKeyDown or onKeyUp in different fragment,but the method is written in the activity.So I want to find a way to write different onKeyDown.

Это было полезно?

Решение

Use FragmentManager's findFragmentById() to check what fragment is currently displayed, and switch for the fragment inside the onKeyDown function

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top