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
- dart
- Django REST
- Java
- 알고리즘
- 코틀린
- kodility
- C/C++
- FLUTTER
- C++
- C
- Kotlin
- Android
- UWP
- Android P
- RxAndroid
- mfc
- android push
- android architecture component
- Rxjava2
- 안드로이드
- RxJava
- flutter firestore
- Django REST framework
- Flutter TextField
- NDK
- Django REST Android
- livedata
- Python
- 안드로이드 구글맵
- 프로그래머스
Archives
- Today
- Total
목록realm 리사이클러뷰 (1)
개발하는 두더지
[Android/Kotlin] Realm+RecyclerView를 이용한 간단한 Todo 앱 만들기
Realm 데이터베이스를 활용한 간단한 Todo 리스트를 작성하고 리스트로 표현하고 수정하고 삭제하는 앱 만들기 Realm을 사용하기 위한 환경세팅프로젝트 단위의 build.gradle 파일에 아래 코드를 작성해줍니다dependencies { classpath 'com.android.tools.build:gradle:3.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files classpath "io.realm:realm-..
Kotlin
2018. 12. 13. 11:40