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
- ConstraintLayout
- RelativeLayout
- view
- java
- Eclipse
- vim
- intent
- ViewGroup
- ReactDOM
- Retrofit2
- react
- Anko SQLite
- 안드로이드
- http
- Git
- block scope
- layout
- linux
- props
- Anro Coroutines
- cardview
- LinearLayout
- Kotlin
- permission
- RecyclerView
- javascript
- function scope
- .kt
- component
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