반응형 Total List134 Kotlin 준비 사이트 : https://kotlinlang.org/ 시작 가이드 : https://developer.android.com/kotlin/get-started.html kotlin migration : https://kotlinlang.org/docs/tutorials/kotlin-android.html 1. 개요 JetBrains에서 개발한 언어이다. 간결한 문법을 가지고 있으며, 세미콜론이 옵션이다. JVM 기반의 언어이며, Java간의 상호 운용이 100% 지원된다.[2] 안드로이드, Tomcat[3] , 자바스크립트, Java EE, HTML 5 등을 개발할때 사용할 수 있다고 한다. 현재 공식 1.1.4 버전이 나와 있다. 구글에 의해 Android Studio 3.0부터 안드로이드 공식언어로 추.. 2021. 1. 5. Kotlin cheat sheet from www.kt.academy 2021. 1. 5. [android] android-battery-historian 실행하기 docker 설치 docker run hello-world docker run -p 3333:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999 http://localhost:3333/adb shell dumpsys batterystats --resetadb shell dumpsys batterystats --enable full-wake-history https://github.com/google/battery-historian 2018. 4. 24. [android][ADB] broadcast adb shell am broadcast -a action --es param1 \"9999\" --es param2 \”nick\” ... 2018. 4. 12. 이전 1 ··· 26 27 28 29 30 31 32 ··· 34 다음 반응형