안드로이드 스튜디오 상단 메뉴 중 file - > settings - > Plugins - > Browse repostiories 클릭. Browse Repositories에서 .ignore 선택 한 뒤 Install 좌측 Project 탭에서 파일보는 방법을 Project로 선택한 뒤 최상단 파일에 마우스 대고 오른쪽 클릭 new -> .ingore file -> gitignore(git) 선택, Ignore File Generator 에서 "android" 검색 한뒤 Languages, frameworks에 Android 체크박스 누른 다음 Generate 선택. 이렇게 하면 토토리스 에선 Please move or remove them before you switch branches. git did..
에디트텍스트를 갖고있는 부모 뷰에 android:focusable="true" android:focusableInTouchMode="true" 속성을 추가한 뒤 특정 이벤트에 view.requestFocus(); 을 주면 에디트텍스트의 포커스를 뻇을 수 있다, 자매품으로 editText.setCursorVisible(false); 으로 안보이게 처리 할 수 있다. 키보드 올라왔을 때 백버튼 감지하기. 아래와 같은 클래스를 추가해준 뒤 사용하여야 하는 에디트텍스트를 아래 클래스로 만들어준다. public class BackPressEditText extends android.support.v7.widget.AppCompatEditText { private OnBackPressListener mListene..
public static void EditTextCursorVisible(final Context context, final View layout, final EditText editText) { layout.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { @Override public void onGlobalLayout() { int height1 = layout.getRootView().getHeight(); int height2 = layout.getHeight(); int value = height1 - height2; if (value > DpToPixel(context, ..
- Total
- Today
- Yesterday
- 차번호 정규식
- ubunut android
- mac android
- 안드로이드
- nosql
- https://hwan-shell.tistory.com/244
- text 부분 색 칠하기
- 구글 맵 경로 그리기
- 명령어
- 구글 맵 선그리기
- not found adb
- Android
- adb 환경변수
- ubunut 설치 link
- spannableText
- React Native
- 함수형 코드
- react native state
- not starting .bash_profile
- 차번호 정규표현식
- 클래스형 코드
- MongoDB
- rn
- 데이터베이스
- not working adb
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- insert
- mongo db
- 귀찮아;;
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |