목록예전꺼(2014년이전꺼) (123)
liebus
AndAR Sample 을 이용한 NDK NDK Building 1. cygwn 설치 2. NDK 설치 3. cygwin 실행 4. cygdrive 를 기준으로 C나 D폴더 접근이 가능해 진다. 5. 프로젝트 폴더로 이동 예) cygdrive/c/android-sdk-windows/sample/andar 6. bash_profile이나 .bashrc 파일을 수정해서 path 설정 /cygdrive/c/android-ndk-xxx/ndk-build명령 수행 AndAR 폴더에서 위 명령을 수행 한ㄷ.ㅏ 참고 url linphone.org(C) / ekiga.org(C++) andoird.os android.hardware, android.location http://developer.android.co/re..
AR 관련 - nyartoolkit artag ARToolKit / nyartoolkit / ANDar / OpenCV 에 해아여 증강현실과 마커 MyCamera 샘플을 이용한 UI변경 진행 내장 카메라 호출 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent);
27장 Android LBS (Location Based Service) BroadcastReceiver 는 SystemCall 과 관련됨 을 기억... 28장 MapView com.google.android.maps.package com.google.android.maps.MapView permission으로 쓸수 있는 tag 확인 맵사용시 주의 사항 AndoroidMainfest.xml 에 해당 permission을 추가 해준다. 예) 또한 google map을 사용하기에 해당 lib도 추가해 준다. 예) 라우팅정보 isRouteDisplayed() MapView 에서 GPS값 보는 방법 - Geocoder locations are stored in microdegrees (10-6). Geocode..
중심내용 intent 에 대하여 - intent의 개념 절때 중요 intent / bundle / activity 의 관계 kandroid book 5장 내용 intent에 대하여 필독 하길 intent object startActivity broadcastIntent startService(Intent) bindService(Intent, ServiceConnection, flasgs) bundle 의 개념 Action중 아래로 구분해서 Broadcast - 시스템에서 전송되는 message가 기본 Activity starting activities and getting results 바인더, 비동기쉐어드메로리, 포직스메세지큐 커널 - ppt4 동기화 - ppt5 18장 - 멀티 쓰레드 Handler ..