https://developer.android.com/jetpack/androidx/versions/all-channel#november_15_2023
Attached: 2 images Android 14 finally lets apps show content on both screens on a foldable! Thanks to new Jetpack WindowManager APIs and a new WindowManager Extension, apps can now use both the inner & outer display on a foldable. Here's my article for Android Police that explains how this new feature works: https://www.androidpolice.com/android-14-dual-display-mode/
Media2 1.3.0-alpha01 is out with one change: everything being deprecated.
Check out the docs for Media3, which is actually what you should be using: https://developer.android.com/guide/topics/media/media3
There were a lot of other releases today including Compose 1.6.0-beta01 and brand new Compose Material3 Adaptive and Compose Material3 Adaptive Navigation libraries ๐
Check out all of the release notes for the details:
https://developer.android.com/jetpack/androidx/versions/all-channel#november_15_2023
@ianlake Ooohhh interesting! ๐
Is the adaptive navigation from material 3 supposed to be replacing code kinda like this here? https://github.com/HedvigInsurance/android/blob/5f1f762af6f5af12cc93946f7113bc4c9cee9a0a/app/app/src/main/kotlin/com/hedvig/app/feature/loggedin/ui/LoggedInActivity.kt#L277-L326
Does it also handle things like animating between the states? Or perhaps something left to the consumer to do?
Would love to see if there's any docs/samples around this, currently clicking on "NavigationSuiteScaffold" and all other blue items here https://developer.android.com/jetpack/androidx/releases/compose-material3#adaptive-navigation-1.0.0-alpha01 goes to a 404 page