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