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 | 29 | 30 |
Tags
- android
- function scope
- linux
- RecyclerView
- intent
- Kotlin
- ReactDOM
- 안드로이드
- Eclipse
- Git
- ConstraintLayout
- LinearLayout
- Retrofit2
- block scope
- component
- ViewGroup
- vim
- props
- RelativeLayout
- react
- java
- view
- Anko SQLite
- .kt
- permission
- cardview
- layout
- http
- Anro Coroutines
- javascript
Archives
- Today
- Total
이것저것 다 개발
[Kotlin] 코틀린으로 ListView 생성하기 본문
Kotlin으로 만든 ListView 예제 입니다.
먼저 프로젝트 구조는 아래와 같습니다.
MainActivity.kt
CustomAdapter.kt
Java로 코딩했을때 보다 훨씬 간결해진것을 볼 수 있습니다.!!
Kotlin으로 코딩한 RecyclerView + CardView << Click 바로가기
'Android' 카테고리의 다른 글
[Android] DPI 와 DP (0) | 2018.01.31 |
---|---|
[Android] AlwaysOpenDrawer (0) | 2018.01.31 |
[Kotlin] 코틀린으로 RecyclerView + CardView 만들기 (0) | 2017.12.11 |
[Kotlin] Kotlin 기초 및 Android에 적용하기 (0) | 2017.12.11 |
[Android] Fragment에서 Activity Method 사용하기 (0) | 2017.11.30 |
Comments