android activity keyboard hide

Solutions on MaxInterview for android activity keyboard hide by the best coders in the world

showing results for - "android activity keyboard hide"
Timote
19 Aug 2017
1<activity android:name="com.your.package.ActivityName"
2          android:windowSoftInputMode="stateHidden"  />