차 모서리가 각기 다 굵직하게 또는 미약하게 기스가 나서 방치하고 다니다 너무 흉해서 도색이란걸 해보게 되었다.붓페인트 색별로 1개씩. 빠데, 프라이머, 투명 광택, 색상별 스프레이 1개씩...일신 붓 페인트는 화이트처럼 누르면 나오는게 아니라 붓 방식이다. 좀 불편하더라는 둘 다 되는 붓페인트가 사용 시 편한것 같다.카페인트는 기존 차 색상과 별 차이가 없지만 붓페인트는 기존 도색과 색상 차이가 많이 난다는 문제점도 있다. 마음을 먹고 사포로 도색할 부위를 갈고 프라이머, 도색, 광택 스프레이를 뿌리면 마감될줄 알았것만...아니었다. 잘못한 부분을 짚어 보자면!!1. 우선 사포 굵은것과 가는것 둘다 필요하다. 기스난 곳이 깊게 패였을 경우 굵은 사포로 갈아낸 후 빠데로 매꿔줘야 도색을 했을 때 폐인 부..
http://www.bytefoundry.co.uk/blog/?p=140 알람 등록 및 삭제, 팝업까지 표출. activity를 투명하게 하고 싶다면. android:theme="@android:style/Theme.Translucent.NoTitleBar" 잠금 화면에서 알람이 울리지 않을 경우나 팝업이 뜨지않는다면http://aroundck.tistory.com/48 PendingIntent에 putExtra 로 값을 넘겼을 때 바뀌지 않는다면. PendingIntent alarmPI = PendingIntent.getBroadcast( this, i, alarmIntent, PendingIntent.FLAG_UPDATE_CURRENT); 마지막 Flag값 수정해 줄것.
android:gravity="center_horizontal|center_vertical" '|' 기호를 이용하여 속성을 중첩 시킬 수 있다. (공백이 있으면 안됨) center_horizontal 가로 방향 중앙정렬 center_vertical 세로 방향 중앙정렬 left 왼쪽 정렬 right 오른쪽 정렬 top 상단 정렬 bottom 하단 정렬 center 중앙정렬 fill 가로 세로로 가득 채움 fill_vertical 세로 방향으로 가득 채움 fill_horizontal 가로 방향으로 가득 채움 보다 자세한 내용은 래퍼런스 참조http://developer.android.com/reference/android/view/Gravity.html
MD5를 가져오기 위해서.1. 터미널 실행 (명령어 입력)2. cd .android3. keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android -v 4. https://code.google.com/apis/console/ 로그인 접속하여 "Services" tab에서 "Google Maps Android API v2" 항목 "on" 5. 키 생성 완료.
Type error: No resource identifier found for attribute 'layout_marginbottom' in package 'android'=> 오타로 인한 오류 layout_marginbottom -> layout_marginBottom 으로 수정 error: Error parsing XML: unbound prefix=>xml구조 오류 오타 있는지 잘 확인해 볼 것. The type GoogleMapActivity must implement the inherited abstract method MapActivity.isRouteDisplayed()=> 에러가 발생한 빨간 물결 표시가 되있는곳에 커서를 옴길경우 하단에 노란색 메시지가 표시되며, "Add unimplem..
정리가 잘된 블로그가 있어 링크로 대신..http://blog.daum.net/sks7076/330