2017. 3. 27. 17:13

안드로이드 오(O) 프리뷰 (URL 은 뭔가 O 전용은 아니군요, 당분간만 유효할듯?ㅋ)
https://developer.android.com/preview/index.html

개인적으로 관심있는 애들만 정리.. ㅎ

- 노티피케이션 그룹이라는 개념이 생겨서 꼭 하나 이상 만들도록 강제. (누가만 해도 그런 게 있긴하던데, 반응이 좋아서?인지 좀 더 명확하게 강제해버리는군요)
https://developer.android.com/preview/features/notification-channels.html

- 리소스에 폰트 추가 (간단하게 android:fontFamily="@font/lobster")
https://developer.android.com/preview/features/working-with-fonts.html

- ANDROID_ID 가 앱마다 다르게 됨 (Values of ANDROID_ID are now scoped per-app instead of per-user. The value of ANDROID_ID is unique for each combination of application package name, signature, user, and device. Two apps running on the same device no longer see the same Android ID, and so cannot correlate.)
https://developer.android.com/preview/behavior-changes.html#privacy-all

- 오토리사이즈 텍스트뷰 지원! (자주 필요한 건데, 좋네요)
https://developer.android.com/preview/features/autosizing-textview.html

- 백그라운드 작업 제한. (뒤에서 뭐 하는 건, 계속 제한)
https://developer.android.com/preview/features/background.html
https://developer.android.com/preview/features/background-location-limits.html

- 피닝쇼컷 추가. (숏컷 관련도 계속 밀어주는군요)
https://developer.android.com/preview/features/pinning-shortcuts-widgets.html

- OpenJDK Java language features 에서 몇가지 가져옴. 특히 OpenJDK 8 의 java.time API.
https://developer.android.com/preview/api-overview.html#jlangupdate
https://developer.android.com/reference/java/time/package-summary.html

- 그외, Adaptive Icons 이랑 웹뷰, 미디어 플레이어 향상, ... 등등;
https://android-developers.googleblog.com/2017/03/first-preview-of-android-o.html

Posted by 아즈키