Notification for keyboard
问题 I have a variable 'balance' which I'm initializing to '0' onClick of a button which calls my custom adapter 'MyAdpater'. I've an EditText in my activity. When I hide/show the keyboard, I don't get notified about it. I've vainly tried configChnage Method already. @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); Toast.makeText(Ledger.this, "Config Change has been called.", Toast.LENGTH_SHORT).show(); // Checks whether a hardware or