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