Development/Kotlin(116)
-
Kotlin - 기존 프로젝트 import시 Run As >> Kotlin Application 실행항목이 보이지 않을 때 해결방법입니다. (The selection cannot be launched, and there are no recent launches.)
오류 메시지기존 프로젝트 import시 Run As >> Kotlin Application 실행항목이 보이지 않을 때 해결방법입니다. 검색한 결과 특별한 해결방법이 없어 여러가지 방법으로 테스트한 결과 해결방법1 로 해결였습니다. (해결방법 추천) Name: Config - 파일명.kt (임지로 이름 지정가능) Project: 우측의 [Browse…] 버튼 클릭 후 현재 프로젝트명 선택 Main class 패키지명.파일명Kt
-
Android 환경에서의 Java와 Kotlin 변화추이
Android 환경에서의 Java와 Kotlin 변화추이 Google I/O 이후 급진적으로 증가하고 있으며 2019년에는 50%를 넘어설것으로 전망됩니다. https://realm.io/realm-report 직접 다운로드
-
Kotlin Reference
Kotlin Reference http://kotlinlang.org/docs/reference/ Kotlin Reference PDF 다운받기왼쪽 하단의 [Full Kotlin Reference] 링크를 클릭하면 해당 내용 모두를 PDF로 다운받을 수 있습니다.
-
Kotlin - 숫자타입(Number Type), Inheritors, 언더바(Underscore) 삽입
숫자타입(Number Type) · Int, Double, Float, Long, Short, Byte 타입을 제공합니다. · Int, Double, Float, Long, Short, Byte 클래스이며 이 타입을 명시하여 선언한 변수는 그자체로 객체(object)입니다. · 자동형변형(implicit conversions for number)을제공하지않는다. · 숫자타입에서 8진수를 지원하지 않습니다. Byte class Byte : Number, Comparable Represents a 8-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type byte..
-
kotlin version update - A new version x.x.xx-release-IJ20xx.x-x of the Kotlin plugin is available. Install
kotlin version update A new version x.x.xx-release-IJ20xx.x-x of the Kotlin plugin is available. Install
-
Intellij - 실행하기
IntelliJ 설치 단계https://codedragon.tistory.com/8008 Intellij - 실행하기 설치 완료단계에서 바로 실행할 수 있습니다. [Run IntelliJ IDEA Community Edition] 선택 >> [Finish] or 메뉴 항목에서 IntelliJ IDEA 실행합니다. Intellij 처음 실행하게 되면 다음단계가 진행됩니다. 이전에 설치한 적이 없으므로 [Do not import settings] 선택 >> [OK] 우측에 스크롤을 아래로 이동하면 Accept버튼이 활성화 됩니다. >> [Accept] [Don’t send] 테마를 선택할 수 있습니다. Darcula 또는 IntellJ 둘 중 선택합니다. 기본인 Darcula가 선택된 상태에서 [Next D..