@Deprecated
Annotation이미지 출처 : https://www.youtube.com/watch?v=D2cU_itNDAI
참고 자료 : Unveiling Material You https://material.io/blog/announcing-material-you
참고 자료 : Android 12 Beta: Designed for you https://blog.google/products/android/android-12-beta/
Color Pallet이 앱에 반영되는 예시
이미지 출처 : https://twitter.com/materialdesign/status/1394718566457364481?s=20
이미지 출처 : What’s new in Android 12 Beta https://android-developers.googleblog.com/2021/05/whats-new-in-android-12-beta.html
참고 자료 : Android 12 widgets improvements https://developer.android.com/about/versions/12/features/widgets
참고 자료 : Splash screens https://developer.android.com/about/versions/12/features/splash-screen
Notification
수정가능한 영역 | 수정가능한 영역 |
---|---|
![]() |
![]() |
이미지 출처 및 참고 자료 : Custom notifications https://developer.android.com/about/versions/12/behavior-changes-12#custom-notifications
Trampoline
trampoline
라고 한다.참고 자료 : Notification trampoline restrictions https://developer.android.com/about/versions/12/behavior-changes-12#notification-trampolines
Toast
참고 자료 : Picture in Picture (PiP) improvements https://developer.android.com/about/versions/12/features/pip-improvements
이미지 출처 : https://www.youtube.com/watch?v=D2cU_itNDAI
참고 자료 : Easier blurs, color filters, and other effects https://developer.android.com/about/versions/12/features#rendereffect
![]() |
![]() |
이미지 출처 : https://developer.android.com/about/versions/12/overscroll
참고 자료 : https://developer.android.com/about/versions/12/overscroll
이미지
동영상
참고 자료 : https://developer.android.com/about/versions/12/features/compatible-media-transcoding
오디오
if (HapticGenerator.isAvailable()) {
val audioSession = audioTrack.audioSessionId
generator = HapticGenerator.create(audioSession)
}
참고 자료 : https://developer.android.com/reference/android/media/audiofx/HapticGenerator
Location
참고 자료 : https://developer.android.com/about/versions/12/features/bluetooth-permissions
이미지 출처 : https://android-developers.googleblog.com/2021/05/android-security-and-privacy-recap.html
Clipbord access
이미지 출처 : https://www.youtube.com/watch?v=D2cU_itNDAI
Foreground restrictions
이미지 출처 : https://www.youtube.com/watch?v=D2cU_itNDAI
참고 자료 : https://developer.android.com/about/versions/12/foreground-services
이미지 출처 : https://www.youtube.com/watch?v=D2cU_itNDAI
참고 자료 : https://developer.android.com/about/versions/12/features/unified-content-api
comments powered by Disqus
Subscribe to this blog via RSS.
Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 2부 LazyList (2) rememberLazyListMeasurePolicy
Posted on 09 Feb 2025Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 2부 LazyList (1)
Posted on 25 Jan 2025Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 1부 LazyColumn/LazyRow
Posted on 10 Jan 2025