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
- RelativeLayout
- function scope
- Git
- LinearLayout
- props
- java
- vim
- RecyclerView
- ConstraintLayout
- cardview
- http
- block scope
- component
- ReactDOM
- javascript
- Retrofit2
- view
- Anro Coroutines
- ViewGroup
- intent
- layout
- android
- Kotlin
- Anko SQLite
- linux
- 안드로이드
- react
- .kt
- Eclipse
- permission
Archives
- Today
- Total
목록Anko SQLite (1)
이것저것 다 개발
Anko는 안드로이드 앱 개발을 더 빠르고 쉽게 만들어주는 Kotlin 라이브러리 입니다. Anko는 총 4가지로 구성되어있습니다.Anko Commons : 인텐트, 다이얼로그, 로깅 등에 도움이 되는 경량 라이브러리입니다.Anko Layouts : 빠르고 안심할 수 있는 동적 안드로이드 레이아웃을 작성할 수 있습니다.Anko SQLite : Android SQLite 용 쿼리 DS 및 파서 컬렉션 입니다.Anko Coroutines : kotlinx.coroutines 라이브러리를 기반으로한 유틸리티 입니다. 그중 Anko Commons와 Anko Layouts을 간단히 사용해보겠습니다. AndroidManifest.xml에 dependencies를 추가해줍니다.compile "org.jetbrains..
Android
2018. 4. 6. 17:59