일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- TCP/IP모델
- Could not create service of type FileAccessTimeJournal using
- runSpacing
- not working
- 크롬개발자도구
- Chrome Developer Tools
- 앱
- TextFormField
- 플러터
- Flutter SDK
- gestureRecognizers
- Set ID
- 에러
- 안드로이드
- 안보내짐
- 두 수의 나눗셈
- StringUtils.isBlank
- allowBackup
- StringUtils.isEmpty
- project flow
- 웹뷰
- foreground
- VerticalMultiDragGestureRecognizer
- 플루터
- Flutter
- 입력 커서
- 프로그래머스
- carousel slider
- fullBackupContent
- freezed
- Today
- Total
목록안드로이드 (33)
흰오목눈이야 개발하자
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..
* EditText 버튼 값 입력 후 초기화 ( 값 지우기) https://stackoverflow.com/questions/7241808/how-to-reset-edittext-after-an-action-has-been-completed How to reset EditText after an action has been completed? I would like to reset my EditText back to an empty "space" or a "hint" after a button has pressed that would have completed an activity with input from the EditText field. My adventure with androi... stack..
https://ourcstory.tistory.com/88 [Android] 안드로이드 웹페이지 파싱하기 - jsoup 이용하기 들어가며 웹페이지에서 내가 필요한 부분을 가져오고 싶을 경우가 있다. 예를 들면 날씨 정보나, 주식정보 등이 될 수 있다. 이번 포스팅에서는 Java의 라이브러리인 jsoup을 이용해 웹페이지 파싱하는 방법에 대.. ourcstory.tistory.com https://jsoup.org/ jsoup Java HTML Parser, with best of DOM, CSS, and jquery jsoup: Java HTML Parser jsoup is a Java library for working with real-world HTML. It provides a very conve..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bPer1z/btqBkqvlctH/hoKKGFJ4syYAKlKuDXhgLk/img.png)
* 글라이드 라이브러리 사용 (웹 이미지 불러오기 - 안드로이드) 예제) https://jizard.tistory.com/179 안드로이드 이미지 URL로 표시하기 (Android ImageView with image url) 안드로이드에서 이미지 URL을 가지고 이미지뷰(ImageView)에 이미지를 가져오는 가장 간단한 방법이있다. 손수 하려하면 캐싱, 로딩, 네트워킹 등 건드려야 할 부분이 꽤 많은데, 라이브러리를 이용하면 아주 쉽다.. jizard.tistory.com 원본) https://github.com/bumptech/glide bumptech/glide An image loading and caching library for Android focused on smooth scrolling..
* 안드로이드 자동완성 구현 - AutocompleteTextview 사용 기초 예제) https://gakari.tistory.com/entry/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EC%9E%90%EB%8F%99-%EC%99%84%EC%84%B1-%EA%B8%B0%EB%8A%A5-%EB%A7%8C%EB%93%A4%EA%B8%B0AutoCompleteTextView-MultiAutoCompleteTextView 안드로이드 - 자동 완성 기능 만들기(AutoCompleteTextView, MultiAutoCompleteTextView) AutoCompleteTextView 클래스를 사용하면 자동 완성 기능은 제공 할 수 있습니다. 이름은 TextView로 되..
https://inma.tistory.com/64 [안드로이드] 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)에 이미지를 가져오는 가장 간단한 방법이있다. 손수 하려하면 캐싱, ..