#5 EditText - Dismissing the Keyboard

Опубликовано: 03 Февраль 2026
на канале: IJ Apps
4,671
69

In this EditText tutorial, I cover how to programmatically dismiss the keyboard when the user presses out of the EditText and the focus is lost.
EditText Tutorial Playlist:    • EditText Tutorials  

Channel Link:    / @ijapps  
Comment below or reach me at [email protected] if you have any questions, suggestions, or requests for future topics/concepts that I can cover.
Subscribe to IJ Apps to stay up to date when new videos are released and share the channel with friends!

--------
*IJ Apps GitHub Page: https://github.com/IJ-Apps
*Personal GitHub Page with Cool and Complex Projects: https://github.com/ishaanjav

Check out my Face Analyzer app on the Google Play Store: https://play.google.com/store/apps/de...

0:00 Intro
0:14 Hiding Keyboard when EditText loses focus
1:51 Hiding Keyboard when "Enter" key pressed
2:36 Running the app and recap