Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- webview
- circlecrop
- onResume
- notification bar
- BottomSheetDialog
- onReceivedSslError
- ExifInterface
- notification
- datastore
- shotcut
- Git
- LOG
- ActivityResultContracts
- Plugins
- Blinking
- requestPermission
- kdoc-generator
- jsontokotlinclass
- App Startup
- 403 Error
- notification setting
- room
- Android
- 이미지 gps
- ChromeCustomTab
- prettyJson
- skipcollapsed
- navigation component
- application
- itemAnimator
Archives
- Today
- Total
Debbi Story
[Android] 키보드 내리기 본문
728x90
소프트 키보드를 코드로 내리는 방법입니다!
val inputMethodManager = requireActivity().getSystemService(AppCompatActivity.INPUT_METHOD_SERVICE) as InputMethodManager
inputMethodManager.hideSoftInputFromWindow(binding.searchVPlace.windowToken, 0)
'안드로이드 > Tip' 카테고리의 다른 글
[Android] 네트워크 연결 감지하기! (0) | 2021.11.14 |
---|---|
[Android] 스크린 사이즈 구하기! (0) | 2021.11.08 |
[Android] 알림 설정 이동 하기! (0) | 2021.10.28 |
Notification badge 설정하기! (0) | 2021.10.26 |
ExifInterface 이미지 위치정보 가져오기 (0) | 2021.09.04 |