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
- component
- Git
- block scope
- props
- Anko SQLite
- .kt
- RecyclerView
- ViewGroup
- java
- intent
- Eclipse
- 안드로이드
- vim
- Retrofit2
- android
- LinearLayout
- react
- cardview
- ReactDOM
- view
- permission
- javascript
- Anro Coroutines
- Kotlin
- linux
- http
- ConstraintLayout
- layout
- function scope
- RelativeLayout
Archives
- Today
- Total
이것저것 다 개발
[Kotlin] 코틀린으로 RecyclerView + CardView 만들기 본문
이번에는 Kotlin으로 RecyclerView 와 CardView 를 사용한 프로젝트입니다.
먼저 Ctrl + Alt + Shift + s 를 눌러 app > dependecty > + 를 눌러줍니다.
검색창에 RecyclerView와 CardView를 선택해줍니다.
MainActivity.kt
CustomAdapter.kt
Java 프로젝트보다 훨씬 코드의 양이 적어진것을 볼 수 있습니다.
Java로 코딩한 RecyclerView + CardView << Click 바로가기
'Android' 카테고리의 다른 글
[Android] AlwaysOpenDrawer (0) | 2018.01.31 |
---|---|
[Kotlin] 코틀린으로 ListView 생성하기 (0) | 2017.12.11 |
[Kotlin] Kotlin 기초 및 Android에 적용하기 (0) | 2017.12.11 |
[Android] Fragment에서 Activity Method 사용하기 (0) | 2017.11.30 |
[Android] Intent (0) | 2017.11.28 |
Comments