CopyPastor

Detecting plagiarism made easy.

Score: 0.8924873177967374; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2022-09-27
by amir

Original Post

Original - Posted on 2012-11-02
by Ram kiran Pachigolla



            
Present in both answers; Present only in the new answer; Present only in the old answer;

In your `AndroidManifest.xml:`
<activity android:name="com.your.package.ActivityName" android:windowSoftInputMode="stateHidden" />
More details about windowSoftInputMode can be found [here][1].

This setting will hide soft keyboard when user enters new Activity (even if EditText control gains the focus). Soft keyboard will be shown only when user clicks the edit box control.


[1]: http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft
In your `AndroidManifest.xml`:
<activity android:name="com.your.package.ActivityName" android:windowSoftInputMode="stateHidden" />

More details about `windowSoftInputMode` can be found [here][1].
This setting will hide soft keyboard when user enters new Activity (even if EditText control gains the focus). Soft keyboard will be shown only when user clicks the edit box control.

[1]: http://developer.android.com/guide/topics/manifest/activity-element.html

        
Present in both answers; Present only in the new answer; Present only in the old answer;