Windows에서 MinGW 란 것을 이용해서 Android 용으로 ffmpeg 을 빌드해 보자 1. NDK 설치 - https://developer.android.com/ndk/downloads/index.html - android-ndk-r13b-windows-x86_64.zip - C:/dev/Android/android-ndk-r13b 에 풀었음 2. MinGW 설치 - http://www.mingw.org/ - 버전 0.6.2-beta-20131004-1 - C:/MinGW 에 설치했음 - MinGW Installation Manager 실행됨 -> mingw-developer-tookit, mingw32-base, msys-base 설치 3. ffmpeg - https://ffmpeg.org/..
아.. retrofit 2.0은 정보가 많이 없구나...xml 이 제대로 된 형태가 아니라서 어쩔수 없이 일부 모델에 대해선 직접 파싱을 해야해서 어케어케 해보니 아래와 같이 하면 되더이다.. 맞는 방법인지는 몰겠음 -_-;; Retrofit.Builder builder = new Retrofit.Builder(); builder.baseUrl(baseUrl); builder.addConverterFactory(new ConverterFactory());public static class ConverterFactory extends Converter.Factory { SimpleXmlConverterFactory defaultConverter; public ConverterFactory() { defau..
주로 영어 단어를 축약해서 쓰는 단어들임..인터넷 돌아다니다가 알게된 단어들 그때그때 정리.. サプリ- サプリメント- supplement- 비타민, 보충제- 줄여서 사프리 라고 하는듯 リプ- リプライ- reply- 영어 그대로 답변- 넷상에서는 "리프"로 줄여서 사용하는듯 アポ- アポイント- アポイントメント- appointment- 약속을 주로 "아포"로 쓰는듯..- アポを取る : 약속을 잡다 リーク- leak- (비밀 등의)누설 ガセ- 가짜, 위조, 거짓말 リークなのかガセなのか- 진짜를 흘린건지 가짜인지
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..
- Total
- Today
- Yesterday
- 코이데 케이스케
- 일기
- 잡담
- 도쿄
- 신주쿠
- 드라마
- 야마다 타카유키
- 포스트크로싱
- 공연
- 음악
- 책
- 여행
- 안드로이드
- epik high
- 영화
- android
- 사진
- 노래
- 진해
- 인디
- 일본
- 서울숲별밤축제
- Linux
- 아사가야
- 에픽하이
- Java
- 락
- Mac
- postcrossing
- 일어일기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |