Tools 6

안드로이드 개발에 유용한 도구들

안드로이드 개발에 유용한 도구들 Tools http://facebook.github.io/stetho/ https://github.com/square/leakcanary - [번역] LeakCanary 의 구조를 어느정도 이해하고 싶은 사람 https://developer.android.com/studio/profile/optimize-ui.html#HierarchyViewer Stetho # Gradle dependencies { compile 'com.facebook.stetho:stetho:1.4.1' compile 'com.facebook.stetho:stetho-okhttp3:1.4.1' compile 'com.facebook.stetho:stetho-okhtt..

ide/androidstudio 2016.11.16

더 나은 프로그래머가 될 수 있는 7팁!

7 DIY Tips That Will Make You A Better Programmer! 더 나은 프로그래머가 될 수 있는 7팁! 자신의 프레임워크를 만들어라 개발툴 없이 개발 하라 브라우저를 잊어라. 하나의 프로세스를 끝내기 전 중간에 브라우저로 테스트하지 말고 한번에 만들어 보아라. 코드 생성기(Generators) 사용하지 않고 개발하라 Copy&Paste를 피하라 메모장으로 개발해보라 새로운 프로젝트를 시작하거나 옮겼을 경우 이전 코드를 재 사용하지 말고 다시 작성해보라

lang 2016.01.14
반응형