I have an activity with an Edit Text input. When the activity is initialized, the Android keyboard is shown. How can the keyboard remain hidden until the user
Edit Text
or You can use focusable tag in xml.
android:focusable="false"
set it to false.here is the snippet of the code