am start 쓰면됨.. adb shell am start -a (action) -d (data uri) -t (mimetype) -n (component : packagename/activity)ex) adb shell am start -a android.intent.action.VIEW -d http://www.google.com usage: am start [-D] [-W] [-P ] [--start-profiler ] [--R COUNT] [-S] [--opengl-trace] [--user | current] am start: start an Activity. Options are: -D: enable debugging -W: wait for launch to complete --start-p..
대부분의 모바일 앱, 웹에서authentication (인증, 넌 누구냐) / authorization (허가, 권한 부여) 과정을 sns 계정을 통해 많이 한다 새로운 서비스에 가입하려면 메일쓰고 이름쓰고 또 해야 하는데어차피 다 똑같은 정보이고 또 쓰기 귀찮으니까 이미 가입한 서비스의 정보를 가져가 쓸게~ 하는거다.. facebook, twitter, google (plus) 가 대부분이고 OAuth 방식으로 하고 있다 뭐.. 이건 그렇다 치고 google 이 말이지..그냥 google 계정이 있고 google plus 계정이 있다 google계정을 가진 사람이 google plus 를 사용하지 않을 수도 있는데google은 google plus 계정을 사용하도록 유도(?) 하고 있고개발자 사이트에도..
android.R.attr 참조를 이용하여현재 theme의 리소스 정보 얻어오기.. TypedArray a = getTheme().obtainStyledAttributes(new int[] { android.R.attr.windowBackground }); Drawable backgroundDrawable = a.getDrawable(0); a.recycle();TypedArray a = getTheme().obtainStyledAttributes(new int[] { android.R.attr.colorBackground, android.R.attr.textColorPrimary, }); int backgroundColor = a.getColor(0, 0); int textColor = a.getCol..
첫번째. DialogFramgment 를 사용할때 setRetainInstance(true) 를 적용하여 사용하면orientation 변경등 configuration 이 변경되어 activity 가 재생성이 되었을때 DialogFramgent 가 다시 나타나지 않고 사라지는 문제가 있다. http://stackoverflow.com/questions/12433397/android-dialogfragment-disappears-after-orientation-change 이는 아래와 같은 workaround 로 해결 가능하다. @Overridepublic void onDestroyView(){if (getDialog() != null && getRetainInstance()) {getDialog().set..
배경을 nine-patch 를 쓸때는 padding 값 지정은 하지 않도록 한다nine-patch 자체가 padding을 고려하여 만든 이미지padding을 적용하면 nine-patch 의 content영역은 무시하고 padding값 우선 적용됨nine-patch 이미지는 서로 overlay가 되지 않는다layer-list 로 설정된 drawable이 모두 nine-patch 인 경우 서로 overlay가 되지 않고 먼저 설정한 nine-patch의 content 영역에 두번째로 설정된 nine-patch 가 들어가게 되고 두번째로 설정된 nine-patch의 content 영역에 text와 같은 content가 위치하게 된다.Fragment 를 inner class로 정의할때는 무조건 public st..
- Total
- Today
- Yesterday
- 에픽하이
- 영화
- 드라마
- 포스트크로싱
- 아사가야
- 일기
- 일본
- 코이데 케이스케
- 인디
- android
- 사진
- 서울숲별밤축제
- 신주쿠
- 락
- 도쿄
- 야마다 타카유키
- 노래
- 책
- 잡담
- 공연
- Linux
- 여행
- Java
- 일어일기
- 안드로이드
- 음악
- 진해
- postcrossing
- Mac
- epik high
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |