일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안보내짐
- 웹뷰
- carousel slider
- TCP/IP모델
- freezed
- 플루터
- 플러터
- 에러
- Could not create service of type FileAccessTimeJournal using
- StringUtils.isBlank
- StringUtils.isEmpty
- VerticalMultiDragGestureRecognizer
- Set ID
- Flutter SDK
- project flow
- 안드로이드
- not working
- 두 수의 나눗셈
- Chrome Developer Tools
- runSpacing
- fullBackupContent
- gestureRecognizers
- 크롬개발자도구
- Flutter
- allowBackup
- TextFormField
- 입력 커서
- 프로그래머스
- foreground
- 앱
- Today
- Total
목록전체 글 (87)
흰오목눈이야 개발하자
1. What is bitcoin? (비트코인은 무엇인가?) * 비트코인 : 최초의 성공한 암호화폐. * 암호화폐 : 컴퓨터 과학, 경제, 암호화 기법 등이 지원하는 화폐 * 익명성 (anonymous) : 비트코인 네트워크에 있는 사람들 또는 타인과 소통하는 개인들의 모임 * 분산형 (decentralized) : 장애의 중심점이 없는 것. - 비트코인의 장점: 은행이 없다는 것. 화폐를 발행하는 정부가 없다. 대신에 비트코인은 비트 코인 사용 유저 및 비트코인 네트워크와 커뮤니티 참여자들에 의해서 운영되고 통제된다. * 불변성 (Immutable) : 어떠한 비트코인 기록도 변경할 수 없다. * 비신뢰성 (Trustless) : 의사소통하는 사람들을 알아야 할 필요가 없음. * 합의 (Consensu..
* 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)에 이미지를 가져오는 가장 간단한 방법이있다. 손수 하려하면 캐싱, ..
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