본문 바로가기

꿈꾸는 개발자

검색하기
꿈꾸는 개발자
프로필사진 Y freesia

  • 분류 전체보기 (41)
    • Language (6)
      • Swift (1)
      • Kotlin (3)
      • Objective-C (0)
      • Java (2)
      • C++ (0)
    • Mobile Application (15)
      • iOS (7)
      • Android (7)
      • Flutter (1)
    • Web (1)
      • WORDPRESS (0)
      • HTML+CSS+JS (6)
      • REACT (0)
    • Linux (1)
    • Function (1)
    • Reviews (6)
    • Qualification (1)
    • Cooking (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Language/Java (2)

반응형

꿈꾸는 개발자

Show/Hide Keyboard

키보드 나타내기 (Show Keyboard)1. Creating Method public static void showKeyboard(Activity activity) { InputMethodManager imm = (InputMethodManager) activity.getSystemService(Activity.INPUT_METHOD_SERVICE); View view = activity.getCurrentFocus(); if (view != null) { imm.toggleSoftInput(0, InputMethodManager.HIDE_IMPLICIT_ONLY); }} 2. You can use this methodshowKeyboard(this); or Just use the method ((I..

Language/Java 2019. 3. 12. 10:43
[error] Missing Constraints in ConstraintLayout

[small solution] 1. You can connect to parent view 2. Press "Infer Constraints"

Language/Java 2019. 3. 11. 23:00
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바