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