목록전체 글 (1730)
오늘도 공부
https://proandroiddev.com/animate-it-on-react-native-with-opengl-b470252166f4
RxKotlin우선 dependencies을 추가를 하자. compile 'io.reactivex.rxjava2:rxjava:2.1.0' compile 'io.reactivex.rxjava2:rxkotlin:2.0.2' io.reactivex.rxjava2:rxkotlin 의 경우 코틀린으로 확장해서 따로 유틸을 만든 것이다.주소는 여기 클릭 해서 한번 보도록 하자.그리고 소스셋을 지정해서 폴더를 구분해주자.sourceSets { main.kotlin.srcDirs += 'src/main/kotlin' } 그럼 코틀린 파일을 새로 만들어서 테스트 해보자.1~10까지 돌면서 문자값으로 변경해주는 예제이다.import io.reactivex.Observable fun main(args : Array) { O..
https://brunch.co.kr/@thinkaboutlove/87
http://facebook.design/devices
http://www.mobiinside.com/kr/2017/11/03/buzzvil-tensorflow/
http://pluu.github.io/blog/android/droidkaigi/2017/11/01/droidkaigi-2017-android-storage/
바로가기
바로가기
공식 가이드https://source.android.com/source/code-style#follow-field-naming-conventions 참고 가이드http://givenjazz.tistory.com/44 Square code style ( java , Android)https://github.com/square/java-code-styles
치트시트
