일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- gestureRecognizers
- 프로그래머스
- 크롬개발자도구
- 플러터
- 입력 커서
- Set ID
- 에러
- freezed
- 두 수의 나눗셈
- Flutter
- TextFormField
- StringUtils.isEmpty
- runSpacing
- not working
- foreground
- Could not create service of type FileAccessTimeJournal using
- 앱
- 안보내짐
- TCP/IP모델
- 웹뷰
- Chrome Developer Tools
- 안드로이드
- VerticalMultiDragGestureRecognizer
- 플루터
- Flutter SDK
- StringUtils.isBlank
- fullBackupContent
- allowBackup
- carousel slider
- project flow
- Today
- Total
목록안드로이드/DevLog (30)
흰오목눈이야 개발하자
* 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..
* 글라이드 라이브러리 사용 (웹 이미지 불러오기 - 안드로이드) 예제) 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)에 이미지를 가져오는 가장 간단한 방법이있다. 손수 하려하면 캐싱, ..
Branching a Repository Making new branch : git branch https://confluence.atlassian.com/bitbucket/branching-a-repository-223217999.html Git/GitHub branching standards & conventions https://gist.github.com/digitaljhelms/4287848 Git/GitHub branching standards & conventions Git/GitHub branching standards & conventions. GitHub Gist: instantly share code, notes, and snippets. gist.github.com