일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 앱
- 웹뷰
- freezed
- 크롬개발자도구
- VerticalMultiDragGestureRecognizer
- StringUtils.isEmpty
- 안드로이드
- allowBackup
- Flutter SDK
- 플루터
- foreground
- 에러
- project flow
- runSpacing
- carousel slider
- 입력 커서
- Set ID
- gestureRecognizers
- 두 수의 나눗셈
- Chrome Developer Tools
- Could not create service of type FileAccessTimeJournal using
- fullBackupContent
- Flutter
- 프로그래머스
- 안보내짐
- 플러터
- not working
- TextFormField
- TCP/IP모델
- StringUtils.isBlank
- Today
- Total
목록안드로이드/DevLog (30)
흰오목눈이야 개발하자
안드로이드(Android) 배열 리소스 https://hyeonstorage.tistory.com/154 안드로이드(Android) 배열 리소스 안드로이드(Android) 배열 리소스 안드로이드(Android) res(리소스) 관리 배열 리소스는 보통 /res/values/arrays.xml 에서 관리한다. arrays.xml 파일을 새로 만들고, 배열(string-array)을 등록.. hyeonstorage.tistory.com
* Volley Library https://youngest-programming.tistory.com/16
Geocoder (지오코딩) : 지오코딩은 고유명칭을 가지고 위도와 경도의 좌표값를 얻는 것을 말한다. 이처럼 고유명칭이나 개별이름등을 가지고 검색하는것과는 달리 반대로 위도와 경도값으로부터 고유명칭을 얻는것은 리버스 지오코딩이된다. https://bitsoul.tistory.com/135 안드로이드: 지오코딩 GeoCoding (주소,지명 ↔ 위도,경도 변환) 예제 안드로이드: 지오코딩 GeoCoding (주소,지명 ↔ 위도,경도 변환) 지오코딩(GeoCoding) 이란 '주소나 지명' 을 '좌표 (위도, 경도)' 로 변환시키는 작업이다. 혹은 반대로 '좌표(위도, 경도)' 를 '주소나 지명' 으.. bitsoul.tistory.com
ㅁ 깃허브 자동관리 찾아보기 ㅁgithub 하나로 1인 개발 워크플로우 완성하기: 실전 편 https://www.huskyhoochu.com/issue-based-version-control-201/ github 하나로 1인 개발 워크플로우 완성하기: 실전 편 딱 일곱 단계로 끝장내는 이슈 기반 버전 관리 www.huskyhoochu.com ㅁ git explaination https://www.atlassian.com/git/tutorials/using-branches/git-checkout Git Checkout | Atlassian Git Tutorial Git branching intro. Create, list, rename, delete branches with git branch. git c..
리싸이클러뷰 완벽 설명 (다시 보기!!!) https://recipes4dev.tistory.com/154
cardElevation : 카드 그림자를 표시한다. Ref. https://yunster.tistory.com/17
[ TASK ] API의 response를 불러오는 데 왜 crash가 발생하는 걸까? (기능 작동이 안됨) 문제점) stg을 다르게 했을 때 테스트 하는 경우 특정 기능 crash -> ex) stg1의 경우 A project + B project 시도한 방법) 에러 확인 -> 에러는 NPE -> 해당 에러가 발생하는 코드 확인 -> if 조건 -> api의 response를 != null 조건을 추가해줬으나 똑같음. -> 디버그 -> 특정 변수의 값을 못 받아옴. weird point : older branch(이전 브랜치)의 경우 해당 기능은 잘 작동함. server문제 아니면 코드문제. 코드는 다 똑같음. !! 팀원이 해결함 !! 해결법) 해당 api의 response들을 get하는 부분을 일일이..
* RecyclerView Gradle설정 - androidx How to access RecyclerView in androidx? How to access RecyclerView in androidx? Hi I'm new to Android development and I'm trying out a tutorial on MVVM I found on YouTube. The example project in the video uses AppCompat but I converted mine to androidx because from what I read... stackoverflow.com * NavigatoinView.OnNavigationItemSelected Listener : Called when..