간단히 Camera2 API가 할 수 있는 기능은 - Burst capture at full resolution at up to 30fps.센서 풀 해상도로 초당 30프레임의 사진을 찍을 수 있습니다. - RAW (dng) image capture (more on this later).DNG 파일로 캡처할 수 있습니다. - Full manual focus.흉내만 낸 수동초점이 아닌 진짜 리얼 풀 매뉴얼 포커스가 가능합니다. - Faster autofocus좀더 빠른 자동초점을 잡습니다. - A smoother viewfinder.부드러운 미리보기를 볼 수 있습니다. - Full resolution video.센서 풀 해상도의 영상을 저장할 수 있습니다. - No viewfinder swapping whe..
앱 권한 런타임퍼미션 나우 온 탭 - 홈버튼 누를시 연관된 기능 커스텀 탭 - 크롬 브라우저 앱 링크 개선 - 트위터 링크는 트위터 앱 실행 안드로이드 페이 지문인식 API Doze 배터리 대기시간 음직임 감지 앱 서랍 최적화 - 좌/우 -> 상/하 스크롤, 상단 최근앱 4개 USB C 도입 아파치 HTTP 제거 OpenSSL 제거 BoringSSL 사용 getMacAddress가 02:00:00… 을 리턴함 AudioManager 제거 Notification.setLatestEventInfo() 제거 텍스트 선택시 floating toolbar android.provider.Browser.getAllBookmarks() 제거 키스토어 DSA 지원안함 카메라 서비스 우선순위 변경 dlopen(3) RTL..
안드로이드 N Preview-멀티윈도우 서포트-노티피케이션 커스텀(다이렉트 리플라이, 번들드)-JIT/AOT 향상-업데이트 설치 간소화-Doze 향상-백그라운드 최적화-데이터 세이버-OpenGL ES와 같은 Vulkan-퀵 세팅 타일-넘버 블로킹-콜 스크리닝-멀티 로케일-새로운 이모티콘-ICU4J API 유니코드-OpenGL ES 3.2-Android TV 레코딩-Android For Work-VR 지원-Sign v2-가상파일-Scoped 디렉토리-네트웍 시큐리티
override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) registerForKeyboardNotifications() } override func viewWillDisappear(animated: Bool) { super.viewWillDisappear(animated) unregisterForKeyboardNotifications() } //MARK: Keyboard events func registerForKeyboardNotifications() { NSNotificationCenter.defaultCenter().addObserver(self, selector:#selector(keyboardWillShow), n..
private boolean hasSoftMenu() { //메뉴버튼 유무 boolean hasMenuKey = ViewConfiguration.get(getApplicationContext()).hasPermanentMenuKey(); //뒤로가기 버튼 유무 boolean hasBackKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_BACK); if (!hasMenuKey && !hasBackKey) { // lg폰 소프트키일 경우 return true; } else { // 삼성폰 등.. 메뉴 버튼, 뒤로가기 버튼 존재 return false; } } private int getSoftMenuHeight() { Resources resources = thi..
- Total
- Today
- Yesterday