일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- StringUtils.isEmpty
- 플러터
- 플루터
- foreground
- VerticalMultiDragGestureRecognizer
- 입력 커서
- Flutter SDK
- Set ID
- project flow
- 두 수의 나눗셈
- 웹뷰
- not working
- fullBackupContent
- 앱
- Could not create service of type FileAccessTimeJournal using
- 에러
- 안보내짐
- 프로그래머스
- TextFormField
- freezed
- Flutter
- StringUtils.isBlank
- gestureRecognizers
- carousel slider
- allowBackup
- Chrome Developer Tools
- 안드로이드
- runSpacing
- 크롬개발자도구
- TCP/IP모델
- Today
- Total
목록안드로이드 (33)
흰오목눈이야 개발하자
java.lang.NullPointerException: Attempt to invoke virtual method 'android.database.Cursor android.database.sqlite.SQLiteDatabase.rawQuery(java.lang.String, java.lang.String[])' on a null object reference java.lang.NullPointerException: Attempt to invoke interface method 'int android.database.Cursor.getCount()' on a null object reference 해결) Database를 MainActivity에서 선언, 메소드 처리 안해서 생긴 오류.
https://backlog.com/git-tutorial/kr/intro/intro1_1.html Git을 이용한 버전 관리 【Git의 기본】 | 누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog Git을 이용한 버전 관리 【Git의 기본】 | 누구나 쉽게 알 수 있는 Git에 입문하신 것을 환영합니다. Git을 사용해 버전 관리를 할 수 있도록 함께 공부해봅시다! backlog.com
FileProvider (복습하기!) ㅁ https://eunplay.tistory.com/81 [Android] Android에서 FileProvider를 사용하여 파일 공유 이번 포스팅은 FileProvide를 사용하여 파일 공유하는 방법에 대하여 알아보도록 하겠습니다. 1. FileProvider 란 ContentProvider는 데이터를 캡슐화하여 다른 응용 프로그램에 제공하는 Android 구성 요소입니다.. eunplay.tistory.com ㅁ http://jinyongjeong.github.io/2018/09/29/fileprovider/ [Android] Android export file in internal storage (안드로이드 내부 저장소의 데이터 출력, fileprovider..
안드로이드(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..