Keyboard hide event with BACK key

后端 未结 5 949
野的像风
野的像风 2020-12-30 13:19

I\'ve noticed in the Android Market Application, when you click over the search button, it shows the keyboard, but when you click the back button,

5条回答
  •  天涯浪人
    2020-12-30 13:48

    The google market application is using Fragments via the API Support Package. When you click back it is actually going back in the fragment stack. It's like going back an activity without the screen swipe. The fragment that they go back to does not contain the search box which is why it disappears.

提交回复
热议问题