목록2017/12 (11)
오늘도 공부
http://pluu.github.io/blog/android/droidkaigi/2017/12/30/droidkaigi-location/
https://stackoverflow.com/a/47126127 Fix res/values/styles.xml and Manifest.xml like so:This solution is tested and don't forget to clean and build :Manifest.xmlchange the theme of HomeActivity to : 2. res/values/styles.xml Make all your themes preceeded with Base :styles.xml will be like this :
https://www.tutorialspoint.com/android/android_drag_and_drop.htm
MVI 패턴 기본 설명 (영문)http://hannesdorfmann.com/android/model-view-intent MVI Realm 한글 설명https://academy.realm.io/kr/posts/eric-maxwell-uni-directional-architecture-android-using-realm/ MVI + Clean Architecture boilerplatehttps://github.com/bufferapp/android-clean-architecture-mvi-boilerplate Google TODO MVI +Rxjavahttps://github.com/oldergod/android-architecture/tree/todo-mvi-rxjava
이번에 새로산 페이퍼 프로 ..전자잉크라서 그런지 가독성도 좋고 최고입니다. 추천합니다~
http://www.popit.kr/cors-preflight-%EC%9D%B8%EC%A6%9D-%EC%B2%98%EB%A6%AC-%EA%B4%80%EB%A0%A8-%EC%82%BD%EC%A7%88/
https://brunch.co.kr/@brightlee/13
https://medium.com/@joongwon/kotlin-kotlin-%ED%82%A4%EC%9B%8C%EB%93%9C-%EB%B0%8F-%EC%97%B0%EC%82%B0%EC%9E%90-%ED%95%B4%EB%B6%80-part-3-59ff3ed736be?source=rss-1ee57944eab8------2
https://medium.com/nos-digital/some-useful-insights-on-instant-apps-67cc7d177695
코틀린으로 연동시 주의 할 점 1. Data class 설정시 꼭 val -> var 로 하자. 2. app build gradle 설정시 윗부분에 apply plugin: 'kotlin-kapt' 을 넣어주자3. Database 에 export = true 또는 build.gradle 하단에 ============================================configurations.all { resolutionStrategy.eachDependency { DependencyResolveDetails details -> def requested = details.requested if (requested.group == 'com.android.support') { if (!requested..
