I have an activity that only has a EditText. I want the soft keyboard to show up automatically. How can I do this?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
You can use this onResume:
I suggest that you check if there is a Hardware keyboard before you force the keyboard to appear.
To hide:
EDIT:
Try this: