문서 (4)

  • How to add an external jar file in Android Studio
    To sum it up, when adding an external jar file in Android Studio: Copy jar to root/project/libs folder; Right-click and add as library; Add the jar to root/project/build.gradle (something like compile ...
    Hogeony | 2015-08-06 22:00 | 조회 수 7421
  • extends, interface, implements 의 정의
    A class implements an interface. An interface is an abstract class that only contains method signatures and constant declarations. An interface doesn't contain method definitions and can't be instantia...
    Hogeony | 2015-08-05 22:43 | 조회 수 14264
  • Android 단축키 팁 (생산성 최적화)
    import 정리: ctrl+alt+O 자동 완성/수정 import (show intention actions and quick-fixes): alt+Enter 이름 바꾸기 (Refactoring): shift+F6 자동완성 ctrl+ space 양식 정렬: ctrl+alt+L 메소드 오버라이드 (Overr...
    Hogeony | 2015-08-05 22:22 | 조회 수 5302
  • 삼성전자와 애플, 그리고 트레드 밀과 '사용자 경험'(User Experience)
    이번 리뷰에 대해선 전반적으로 동의하지 않는다. 첫째로, 사람들은 브랜드로만 결정하지 않는다고 본다. 사실 이를 뒷받침하기 위해선, 실증적 증거가 필요한데 당장엔 레퍼런스가 떠오르지 않는다. 증거가 불충분 ...
    Hogeony | 2012-06-14 12:40 | 조회 수 15854