목록링크모음 (174)
오늘도 공부
Android – AudioRecord to WAV (오디오 녹음) https://blog.uzuki.live/android-audiorecord-wav-%EC%98%A4%EB%94%94%EC%98%A4-%EB%85%B9%EC%9D%8C/
http://lucasmreis.github.io/blog/simple-react-patterns/
http://hellchosun.net/52
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
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://wlaxhrl.tistory.com/m/70
만약 Backpressure없는 Flowable을 사용시 어떤 함수를 사용하면 좋은지 알아보자.우선 onBackpressureBuffer() 을 알아보자.복습을 하자면Flowable.interval( 1, TimeUnit.MILLISECONDS) .observeOn(Schedulers.io()) .subscribe(i -> { sleep(5); System.out.println("Received MyItem : " + i); }); 을 사용시 배출이 생성하는 것을 못 따라주기 때문에 오류가 난다.Received MyItem : 21 Received MyItem : 22 Received MyItem : 23 Received MyItem : 24 io.reactivex.exceptions.OnErrorNot..
https://www.sevenzone.com/bbs/board.php?bo_table=guide&wr_id=1