일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 앱
- Flutter SDK
- TextFormField
- not working
- project flow
- 두 수의 나눗셈
- fullBackupContent
- 웹뷰
- 플러터
- StringUtils.isBlank
- Flutter
- StringUtils.isEmpty
- foreground
- freezed
- VerticalMultiDragGestureRecognizer
- 크롬개발자도구
- 안보내짐
- runSpacing
- carousel slider
- allowBackup
- 안드로이드
- Could not create service of type FileAccessTimeJournal using
- Set ID
- 입력 커서
- 에러
- TCP/IP모델
- gestureRecognizers
- 프로그래머스
- Chrome Developer Tools
- 플루터
- Today
- Total
흰오목눈이야 개발하자
20190115 DevLog 본문
[안드로이드] ImageView에 image url로 이미지 지정
* 안드로이드 앱을 개발하면서 url 주소를 통해서 이미지를 불러올 수 있습니다. 1. 네트워크 작업은 메인 Thread가 아닌 별도의 Thread나 AsyncTask에서 해야합니다. 2. URL 이미지를 로드하는 작업 Thread가 완..
inma.tistory.com
+) 보충자료- 라이브러리 사용해보기
https://jizard.tistory.com/179
안드로이드 이미지 URL로 표시하기 (Android ImageView with image url)
안드로이드에서 이미지 URL을 가지고 이미지뷰(ImageView)에 이미지를 가져오는 가장 간단한 방법이있다. 손수 하려하면 캐싱, 로딩, 네트워킹 등 건드려야 할 부분이 꽤 많은데, 라이브러리를 이용하면 아주 쉽다..
jizard.tistory.com
Edittext - 1줄 처리
https://kkangsnote.tistory.com/5
EditText에서 한줄 입력 처리하기 (singleLine, lines, maxLine)
singleLine = "true" 로 처리하였는데 deprecated 되었다. 이 문제로 구글링을 해보면 여러 말이 있지만 테스트 해보면 정확하지 않아서 한번 테스트 해보았다. maxLines vs lines
kkangsnote.tistory.com
Thread - join
Thread 의 join이란?
안녕하세요. EDGE 해골입니다. 오늘은 Thread 에서 사용하는 join에 대해 알게된 중요한 사실을 알려...
blog.naver.com
error : java.lang.SecurityException: Permission denied (missing INTERNET permission?)
SecurityException: Permission denied (missing INTERNET permission?)
this error is really really really strange and I don't know how to reproduce it and how to fix it because I made a lot of searches but nothing was useful. Here's the stacktrace: Stack Trace
stackoverflow.com
--> 다시 internet을 manifest에 설정하니까 실행됨.
'안드로이드 > DevLog' 카테고리의 다른 글
20190119 DevLog (0) | 2020.01.19 |
---|---|
20190118 DevLog (0) | 2020.01.19 |
20190117 DevLog (0) | 2020.01.17 |
20190116 DevLog (0) | 2020.01.16 |
20190114 DevLog (0) | 2020.01.14 |