Problem while working with the service lifecycle of input method in android

I am confused by the understanding Life cycleof InputMethodService, since I have no idea how DEBUG, how Activity Life cycle, I read this post , but now I want to know that when we call closing()of KeyboardView, our keyboard closes, but when the keyboard is displayed or opens, what method is called there ??

+3
source share

All Articles