-
This is Slide 1 Title
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 2 Title
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 3 Title
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
2014년 9월 29일 월요일
2014년 9월 28일 일요일
2014년 9월 25일 목요일
2014년 9월 24일 수요일
2014년 8월 24일 일요일
FFMPEG ANDROID 인스톨
안펍의 "남은그루터기"님의 강좌대로 하다가 실패하고 그냥.
FFmpegBasic.zip 을 다운받아서 ndk-build 실패가 나길래 봤더니 http://jnexonsoft.tistory.com/42 게시물에 있는것 처럼 snprintf (114 라인근처하고 또...하여튼 두군데) 있는데 거깅ㅔ ,"%s" 추가했더니 되더이다..
이제 ffmpeg api 를 봐야되나? T_T
2014년 3월 29일 토요일
google play service for signed package - proguard settting
-dontwarn com.google.android.gms.*-ignorewarnings
proguard.cfg add2014년 3월 26일 수요일
UI 배경을 빼서 속도를 빠르게..그리고 썸네일 가판대..
http://www.curious-creature.org/2009/03/04/speed-up-your-android-ui/
2014년 3월 5일 수요일
2014년 3월 4일 화요일
웹에서 안드로이드 앱/특정 액티비티 실행하는 방법
$open = 'intent://myapphost/#Intent;scheme=myapp;package=com.test;end;';
변수도 넘길수 있다.(S.key1=value1;S.key2=value2;end)
라는 링크를 만들고
앱에서는
manifest 에서
<data android:scheme="myapp" android:host="myapphost" android:path="/" /> 를 intent-filter 안에 넣으면 된다.각 activity 별로 지정가능하다.
* 변수 있을때는
Intent intent = getIntent();String value1 = intent.getStringExtra("key1");String value2 = intent.getStringExtra("key2");참고.
http://atmarkplant-dj.blogspot.kr/2013/12/android-chrome.html
구글에 정의된 거임.
ntent:
HOST/URI-path // Optional host
#Intent;
package=[string];
action=[string];
category=[string];
component=[string];
scheme=[string];
end;
http://stackoverflow.com/questions/16738276/how-do-i-pass-parameters-to-android-intent-in-new-scheme-on-chrome 참고.
2014년 2월 11일 화요일
vitualbox 에 라이온 해상도조절
VBoxManage setextradata "snow" VBoxInternal2/EfiGopMode 4
VBoxManage setextradata "snow" VBoxInternal2/SmcDeviceKey "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
(글씨 짤렸는데 걍 메모장에 복사 붙여넣기 해보세여...)
http://lsehoon.egloos.com/4814795 출처
2014년 2월 6일 목요일
eclipse cocos2dx 2.2.2 에서 classes 폴더가 클릭안될때
프로젝트 속성->Resource->linked Resource->linked Resource-. Classes 경로를 바로잡아
cocos tutorial or samle game
http://stackoverflow.com/questions/10711047/the-completest-cocos2d-x-tutorial-guide-list
2014년 2월 5일 수요일
cocos2d-x 설치관련
http://doodoori2.tistory.com/214
http://patidarvikas.blogspot.in/2013/09/build-and-run-cocos2dx-android-project.html
2013년 12월 29일 일요일
2013년 12월 19일 목요일
2013년 12월 17일 화요일
spring hadoop hive 설치 문서가 잘되어있는곳.
2013년 12월 16일 월요일
2013년 12월 15일 일요일
2013년 12월 13일 금요일
2013년 12월 12일 목요일
코푸..code food 사이트라는...
http://kirill-poletaev.blogspot.kr/ kr 블로그 네여..한국사람? 대단하심.



