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"
How to extract date and time from Long type variable in Kotlin on Android "
How to avoid multiple button click at same time in android?
How to Get bitmap from drawable: Android
What happens next when the device switches between portrait and landscape?
How to reduce APK package size?
How to get screen size (width,height) in Android?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Explain Fragment Life Cycle
What is Android Fragments?
What is Context?
What are the notifications available in android?
How do i load image from drawable folder in Jetpack Compose?
Android Studio project R can't find
How to validate email address in Android with Kotlin?
Error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path
What is Intent? What is the difference between an implicit intent and an explicit intent?
What is Android?
Duplicate files during packaging of APK” build.gradle issue: Android Studio
Google play store rejected my app due to SMS permission I removed SMS permission from the manifes
What are symmetric and asymmetric encryption in the way Android interacts with the server?
How to find Android Device UDID or unique ID?
What is the Different Between val and var in Kotlin?
How to install/ uninstall apk by command line ADB
How do I generate random numbers in Dart?
How to get a contact image using a phone number in android?
How to save activity State in Android?
What is NetworkOnMainThread Exception?
How can i comment inside xml file in android studio?
Hide/Disable soft keyboard on Activity launch: Android
Could not inflate Behavior subclass android.support.design.widget. BottomSheetBehavior How resolve
What is ANR? How to avoid and resolve it?
What is Application?
How to convert milli seconds to hours, minutes and seconds in Android?
What is ANR in android?
How to get an image resource by it's name in android?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
Key Points to remember while develop the Android Application.
Intent for Drive PDF Viewer - How to open PDF in Google Drive with intent
What are Android Versions available?
Android Activity FullScreen - How to set activity to fullscreen mode in Android?