Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코틀린
- 랜덤넘버
- RecyclerView
- React
- JS
- 스프링부트
- Linux
- TypeScript
- 랜덤번호
- JavaScript
- SpringBoot
- Javscript
- npm
- nodejs
- array
- stylesheet
- Kotlin
- Android
- button
- 리액트
- 구글맵스
- scrollview
- fragment
- 자바스크립트
- Hook
- Java
- 안드로이드
- TextView
- 오버라이딩
- GoogleMaps
Archives
- Today
- Total
목록뷰바인딩 (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dDuO2X/btrsA6TgMMi/iiBvr3oRd1SqDH1a6zDDt0/img.jpg)
activity_main.xml build.gradle(:app) plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 32 defaultConfig { applicationId "com.example.sample11" minSdk 21 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-..
코딩 기록/Kotlin
2022. 2. 7. 00:55