profile
Run and gun and debugun

Kotlin 초기화 순서

코틀린 객체 생성시 초기화 되는 순서

2021년 8월 23일
·
0개의 댓글
·

First-class function and high-order function

💬 first class function 와 high order function 의 정의

2021년 4월 23일
·
0개의 댓글
·

play kotlin ex

dd

2021년 3월 15일
·
0개의 댓글
·

Play store 에 올라가있는 앱 최신 버전 확인

🏅 플레이스토어 사이트에서 html 파싱 후 <softwareVersion> 태그 안에 있는 값을 확인하는 방법이 있었다. 2018년쯤 그 방법이 막힌것같다.

2021년 2월 25일
·
0개의 댓글
·

git fetch

📡 pull 을 하면 서버 저장소의 최신 변경점을 가져올 줄 알았다.

2021년 2월 25일
·
0개의 댓글
·

USB accessory

🔌 USB accessory 개념에 대해 잘 정리된 문서

2021년 2월 25일
·
0개의 댓글
·

startService()

🦝 startServcice() 에 대한 내부적 프로세스

2021년 2월 25일
·
0개의 댓글
·

AndroidX migration

💦 Refector -> Migrate to AndroidX ... 눌러서 마법사에 따라 진행함.

2021년 2월 22일
·
0개의 댓글
·

MultiDex

🎒 Android 5.0(API 수준 21) 이전의 플랫폼 버전에서는 MultiDex 설정이 필요합니다.

2021년 2월 22일
·
0개의 댓글
·

Simple editText alertDialog

🖍 얼럿 다얄로그에 간단하게 에딧텍스트 하나 넣고싶을 떄 사용.

2021년 2월 22일
·
0개의 댓글
·

ActivityLifecycleCallbacks

♻ ActivityLifecycleCallbacks is a great way of keeping track of all the activities in App.

2021년 2월 22일
·
0개의 댓글
·

Android cpu ABI

🏗 ABI of android cpu type

2021년 1월 29일
·
0개의 댓글
·

final 구문의 이해

🚩 해당 변수가 생성자나 대입연산자를 통해 한 번만 초기화 가능함을 의미합니다.

2021년 1월 14일
·
0개의 댓글
·

static 구문의 이해

⚡ static은 해당 데이터의 메모리 할당을 컴파일 시간에 할 것임을 의미합니다.

2021년 1월 14일
·
0개의 댓글
·

2020년 Play store 배포 정책 target sdk level

🏅 Google Play release. target sdk and file type.

2020년 12월 4일
·
0개의 댓글
·

Sqlite version on android API level

💿 Android API LEVEL => SQLITE version

2020년 12월 4일
·
0개의 댓글
·

ArrayList initial capacity

⚱ new ArrayList(initialCapacity)

2020년 12월 4일
·
0개의 댓글
·

Usb accessory inputstream close issue

🔌 USB 호스트가 연결을 끊기 전까지 악세사리가 연결을 끊을 수 없음.

2020년 12월 4일
·
0개의 댓글
·

Floating action button background color change.

🔵 The background color colorAccent. If you wish to change this at runtime then setBackgroundTintList()

2020년 12월 1일
·
0개의 댓글
·