목록IT (1353)
오늘도 공부
https://pluu.gitbooks.io/kotlin/content/
kapt { generateStubs = true } 를 왜 해줘야 하는지..ㅠㅠ 몇시간을 날린거야..!!http://pluu.github.io/blog/kotlin/2017/07/23/kotlin-generatestubs/
https://android.jlelse.eu/keddit-part-10-kotlin-dagger-2-dependency-injection-a620052a7384
Unit tests with Mockito - Tutorialhttp://www.vogella.com/tutorials/Mockito/article.html Mockito 설명https://static.javadoc.io/org.mockito/mockito-core/2.9.0/org/mockito/Mockito.html
https://medium.com/@Miqubel/testing-android-mvp-aa0de6e165e4
https://blog.outsider.ne.kr/1309
http://www.tailec.com/blog/understanding-publish-connect-refcount-share
AIA 공식 문서https://developer.android.com/topic/instant-apps/index.html AIA 개발적용한 예제 대표 사이트 소개https://developers-kr.googleblog.com/2017/08/500-million-devices-now-supported-for.html?m=1 AIA 디자인 가이드https://developer.android.com/topic/instant-apps/ux-best-practices.html 관련 해외 참고 자료Refactoring an existing Android app to support Instant App https://blog.mindorks.com/refactoring-an-existing-android-app-..
관련기사https://www.theverge.com/2017/8/29/16219696/google-arcore-augmented-reality-platform-announce-release-pixel-samsung Google Ar GitHubhttps://github.com/google-ar Google Ar Android tutorialhttps://developers.google.com/ar/develop/java/getting-started Google AR 설명https://developers.google.com/ar/discover/concepts
바로가기
바로가기
TFLearn 의 메인 커미터가 초보자를 위한 텐서플로우 예제를 모아놓은 TensorFlow-Examples 깃허브 레파지토리를 만들었습니다. 이 예제는 크게 두 부분으로 나뉘어서 윗부분은 쥬피터 노트북과 일반 코드로 두가지 버전으로 작성되어 있습니다.
1. http://akarnokd.blogspot.kr/2015/05/schedulers-part-1.html
https://stackoverflow.com/a/28683488
https://medium.com/rainist-engineering/migrate-from-rxjava1-to-rxjava2-3aea3ff9051c
http://jybaek.tistory.com/671
https://brunch.co.kr/@pilsogood/10
http://sdusb.blogspot.com/2017/08/android-databinding-6-inversebinding.html
http://pluu.github.io/blog/android/droidkaigi/2017/08/21/doridkaigi-android/
http://hugrypiggykim.com/2017/08/24/%EB%94%A5%EB%9F%AC%EB%8B%9D-%EA%B5%90%EC%9C%A1-%EC%9E%90%EB%A3%8C-deep-learning-lecture/
https://blog.aritraroy.in/30-bite-sized-pro-tips-to-become-a-better-android-developer-b311fd641089
이펙티브 안드로이드
http://www.hellodatascience.com/?p=557
http://moduscreate.com/swift-modules-for-react-native/
https://www.appstorescreenshot.com/
http://realignist.me/code/2017/01/25/rxjava2-changelog.html
안드로이드 O의 새로운 기능 정리 링크https://academy.realm.io/kr/posts/android-oreo-new-features/
1) SMC 재설정: 맥북 시동시 control + option + shift + 전원버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서: Mac에서 SMC(시스템 관리 컨트롤러) 재설정하기 - https://support.apple.com/ko-kr/HT201295 (2).NVRAM 재설정: 맥북 시동시 command + option + P + R 버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서:Mac에서 NVRAM을 재설정하는 방법 - https://support.apple.com/ko-kr/HT204063
http://ddmix.blogspot.kr/2015/11/favorites-bigdata-ml.html
rxjava 가 메이저 버전 업(1->2)을 하면서 몇 가지 변경점이 생겼다.변경점에 대한 자세한 내용은 아래 링크를 참조하기 바란다.rxJava Wiki : https://github.com/ReactiveX/RxJava/wiki/What’s-different-in-2.0번역 : http://realignist.me/code/2017/01/25/rxjava2-changelog.htmlFlowable 이라는 base reactive class 가 추가 되었다. Observable 과의 차이는 backpressure buffer의 기본 탑재 유무이다.