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 | 31 |
Tags
- C++
- RxAndroid
- NDK
- 프로그래머스
- kodility
- Python
- UWP
- Java
- Rxjava2
- Django REST framework
- Kotlin
- flutter firestore
- mfc
- Android P
- 코틀린
- livedata
- RxJava
- C/C++
- FLUTTER
- 안드로이드 구글맵
- Django REST
- android architecture component
- 알고리즘
- android push
- Android
- dart
- Flutter TextField
- C
- Django REST Android
- 안드로이드
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