We can achive this by below ways add android:windowSoftInputMode="stateAlwaysHidden" Add below code to its parent widget
in manifest file on specifica Activity.
android:focusableInTouchMode="true"
android:focusable="true"
Android Activity FullScreen - How to set activity to fullscreen mode in Android?
How to get complete address from latitude and longitude?
How to convert DP to Pixel and Pixel to Dp?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
What are symmetric and asymmetric encryption in the way Android interacts with the server?
How to avoid multiple button click at same time in android?
What are the notifications available in android?
How to extract date and time from Long type variable in Kotlin on Android "
How to Get bitmap from drawable: Android
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
'constructor Handler()' is deprecated. Deprecated in Java, How to use Handler() class in And
Duplicate files during packaging of APK” build.gradle issue: Android Studio
Hide/Disable soft keyboard on Activity launch: Android
What is Intent? What is the difference between an implicit intent and an explicit intent?
What is ANR? How to avoid and resolve it?
What is the difference between match_parent and fill_parent?
Android FCM not receiving notifications when app is removed from background
How to get screen size (width,height) in Android?
How to add jar/library files as a dependency in Android studio gradle file
What is Application?
What is Android Fragments?
How to get a contact image using a phone number in android?
Google play store rejected my app due to SMS permission I removed SMS permission from the manifes
Invoke-customs are only supported starting with android 0 --min-api 26
How to check Android version?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is NetworkOnMainThread Exception?
What is "shared preferences" in Android ?
What is Context?
Is There A Way To Get The Source Code From An APK File? (or) How to decompile apk?
How to install/ uninstall apk by command line ADB
What is Android?
Could not inflate Behavior subclass android.support.design.widget. BottomSheetBehavior How resolve
Error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path
How can i comment inside xml file in android studio?
What is the Different Between val and var in Kotlin?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to reduce APK package size?
Permission denied for window type 2010 in Marshmallow device
How to validate email address in Android with Kotlin?