Android EditText doesn't show the Keyboard
<activity
......
android:windowSoftInputMode="adjustResize"
...... >
</activity>
please add this attribute in AndroidManifest.xml
<activity
......
android:windowSoftInputMode="adjustResize"
...... >
</activity>
please add this attribute in AndroidManifest.xml