Development/Android(705)
-
안드로이드 버전별 점유율
안드로이드 버전별 점유율 (2014년 1월 ) 버전코드 네임발표일API Level점유율2.2프로요2010년 5월 20일81.3%2.3.1 ~ 2.3.7진저브레드2011년 2월9일1021.2%3.x허니콤2011년 7월 15일130.1%4.0.3 ~ 4.0.4아이스크림 샌드위치2011년 12월 16일1516.9%4.1.x젤리빈2012년 7월9일1635.9%4.2.x젤리빈2012년 11월 13일1715.4%4.3.x젤리빈2013년 7월 24일187.8%4.4.x킷캣2013년 10월 31일191.4% ★안드로이드 개발 시 사용자들이 가장 많이 사용하는 버전을 우선적으로 개발하는 것이 중요합니다. http://ko.wikipedia.org/wiki/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4..
-
네이버 앱스토어 인앱결제 가이드
네이버 앱스토어 인앱결제 가이드 http://gamedev.naver.com/index.php/%EB%84%A4%EC%9D%B4%EB%B2%84_%EC%95%B1%EC%8A%A4%ED%86%A0%EC%96%B4_%EC%9D%B8%EC%95%B1%EA%B2%B0%EC%A0%9C_%EA%B0%80%EC%9D%B4%EB%93%9C
-
Error-Problems occurred while trying to save the state of the workbench
오류메시지 Problems occurred while trying to save the state of the workbench. Could not write metadata for '/.org.eclipse.jdt.core.external.folders'. C:\javanAndroid\workspace_android\.metadata\.plugins\org.eclipse.core.resources\.projects\.org.eclipse.jdt.core.external.folders\.markers (지정된 경로를 찾을 수 없습니다) 해결방법 workspace폴더안의 .metadata 폴더 삭제 후 이클립스 재시작
-
Support Library Features
Support Library Features https://developer.android.com/tools/support-library/features.html Library Project File Download
-
Error-Could not write metadata
Could not write metadata for '/.org.eclipse.jdt.core.external.folders'. C:\javanAndroid\workspace_android\.metadata\.plugins\org.eclipse.core.resources\.projects\.org.eclipse.jdt.core.external.folders\.markers.snap (지정된 경로를 찾을 수 없습니다) 해결방법 workspace폴더안의 .metadata 폴더 삭제 후 이클립스 재시작
-
Android Lollipop(롤리팝), API21 업데이트 기능
Android Lollipop http://developer.android.com/about/versions/lollipop.html Material Design 밝고 풍부한 색상에 음영을 가미해 심플함이 더해진 디자인 Android Runtime(ART) 기본 런타임 달빅(Dalvik)이빠지게되었고 Android Runtime(ART) 기본 런타임으로 들어감 디버깅도 좀더 풍부하게 지원 JobScheduler API 추가 배터리에 대한 history API 알림 표시 락스크린 알림 락스크린 상태에서 알림이 표시되도록 변경 ( 락스크린 안에서 보호모드, 공개모드 선택) 헤드업 알림 헤드업 알림이라고 해서 기존에 전화가오면 activity 전체가 fullScreen 화면으로 나왔던 것을 조정 가능하도록 업..