목록IT (1480)
오늘도 공부
http://lucasmreis.github.io/blog/simple-react-patterns/
http://hellchosun.net/52
http://blog.naver.com/PostView.nhn?blogId=baekjin_89&logNo=60195324394&categoryNo=11&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=search 을 다시 포팅해서 올려봤습니다.아래는 소스입니다. 클릭시 다운가능합니다.
http://smartaedi.tistory.com/111
http://www.popit.kr/%eb%82%98%eb%a7%8c-%eb%aa%a8%eb%a5%b4%ea%b3%a0-%ec%9e%88%eb%8d%98-java9-%eb%b9%a0%eb%a5%b4%ea%b2%8c-%eb%b3%b4%ea%b8%b0/
익스퍼트 비기너 2편
Mockito 사용하기 #1 https://bestalign.github.io/2016/07/08/intro-mockito-1/ Mockito 사용하기 #2https://bestalign.github.io/2016/07/10/intro-mockito-2/
http://jojoldu.tistory.com/243
https://www.slideshare.net/mobile/secret/6Bbyx0PnKcsDwe
https://material.io/color/#!/?view.left=0&view.right=0&primary.color=9C27B0
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
치트시트
Android RecyclerView Expendable RecyclerView 만들기https://therubberduckdev.wordpress.com/2017/10/17/android-recyclerview-expandable-headers/ Drag and Drop and Swipe to Dismisshttps://therubberduckdev.wordpress.com/2017/10/24/android-recyclerview-drag-and-drop-and-swipe-to-dismiss/?utm_source=Android+Weekly&utm_campaign=772cbe6388-android-weekly-281&utm_medium=email&utm_term=0_4eb677ad19-772cbe6388..
https://m.blog.naver.com/PostView.nhn?blogId=edy5016&logNo=221126776190&proxyReferer=http://m.facebook.com
https://www.slideshare.net/medit74/ss-75194754
http://helloworld.fingerpush.com/정보통신망법-준수를-위한-앱-푸시-광고-가이드라인-2/
http://anhana.tistory.com/7
http://developer88.tistory.com/m/138
Google MVP 패턴 추천 리스트 모음https://github.com/googlesamples/android-architecture Realm 클린 아키텍쳐 설명https://academy.realm.io/kr/posts/clean-architecture-in-android/ 클린 아키텍쳐 설명https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html 안드로이드 클린 아키텍쳐 추천 블로그https://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/ 안드로이드 클린 아키텍쳐 구조 설명https://medium.com/@dvd.ciri/android-clean-..
출처 : http://yookeun.github.io/mac/2014/11/16/mac-mariadb/맥에서 homebrew를 이용해서 mariadb를 설치해본다.환경:OX Yosemite 먼저 를 설치해야 한다. homebrew는 우분투의 apt-get 같은 패키지인스톨 프로그램이라고 생각하면 된다.위 사이트에서 설치를 진행한다. 설치가 완료된 다음 터미널에서 brew 를 치면 명령어의 설명이 나오면 정상으로 설치된 것이다.먼저 brew를 업데이트해준다. (최신의 정보로 업데이트된다)brew update 다음 maridb를 검색해보자 (꼭 할 필요는 없다)brew search mariadb 검색하면 mariadb가 검색된다. brew에서는 기본적으로 최신버전을 설치하게 된다. 2014.11월 기준으로 ..
http://wlaxhrl.tistory.com/m/70
