0

I am trying to receive broadcast in my service whenever the keypad is visible on the screen. Which broadcast action is triggered when input method appears and disappears on my screen. Thanks.

  • Do you currently have code? If so, could you please provide a [mcve] in an [edit]? – OneCricketeer Mar 31 '16 at 05:54
  • I dont have any code yet but i am trying to make a service which log the keypad status. – user5353093 Mar 31 '16 at 05:56
  • Please look at this post. https://stackoverflow.com/questions/4312319/howto-capture-the-virtual-keyboard-show-hide-event-in-android – OneCricketeer Mar 31 '16 at 05:57
  • I have gone through that blog but nowhere i found any relative answer. We see a keypad in notification bar whenever keypad pops up. So that is a service running somewhere in which receives the broadcast of keypad and starts the intent. – user5353093 Mar 31 '16 at 06:02
  • Well, obviously it isn't the "full solution" you want, but it tells you what code to use to notify the system when the keyboard becomes available or hides. It is up to you to implement the broadcast receiver and service and send the message. StackOverflow doesn't intend to be a tutorial service. – OneCricketeer Mar 31 '16 at 06:05
  • Thanks for your support – user5353093 Mar 31 '16 at 06:06

0 Answers0