The stable release of the Android Jetpack Navigation component.
https://www.youtube.com/watch?v=Y0Cs2MQxyIs
Check details here:
https://android-developers.googleblog.com/2019/03/android-jetpack-navigation-stable.html?linkId=64791391
Guides: https://developer.android.com/guide/navigation
#Navigation #Jetpack
https://www.youtube.com/watch?v=Y0Cs2MQxyIs
Check details here:
https://android-developers.googleblog.com/2019/03/android-jetpack-navigation-stable.html?linkId=64791391
Guides: https://developer.android.com/guide/navigation
#Navigation #Jetpack
YouTube
Android Jetpack: Introducing Navigation component
The Navigation component is a suite of libraries, tooling and guidance for in-app navigation. The component centralizes all of the navigation information of your app in a navigation graph, providing a robust framework for implementing everything from simple…
Google Play services and Firebase migrating to AndroidX (June/July of 2019) !
https://android-developers.googleblog.com/2019/06/google-play-services-and-firebase.html
"If your app depends on any
Migration guide: https://developer.android.com/jetpack/androidx/migrate
#AndroidX #Jetpack #Firebase #GooglePlayServices
https://android-developers.googleblog.com/2019/06/google-play-services-and-firebase.html
"If your app depends on any
com.google.android.gms
or com.google.firebase libraries
, you should prepare for this migration"Migration guide: https://developer.android.com/jetpack/androidx/migrate
#AndroidX #Jetpack #Firebase #GooglePlayServices
Android Developers Blog
Google Play services and Firebase migrating to AndroidX
Later this year, the Google Play services and Firebase SDKs will migrate from the Android Support libraries to androidx-packaged library artifacts. We are targeting this change for June/July of 2019. This will not only make our SDKs better, but make it…
Today, we’re releasing the alpha of Jetpack Compose, our modern UI toolkit designed to help you quickly and easily build beautiful apps across all Android platforms, with native access to the platform APIs.
https://android-developers.googleblog.com/2020/08/announcing-jetpack-compose-alpha.html
Manual how to setup it: https://developer.android.com/jetpack/compose/setup
#Jetpack #Compose
https://android-developers.googleblog.com/2020/08/announcing-jetpack-compose-alpha.html
Manual how to setup it: https://developer.android.com/jetpack/compose/setup
#Jetpack #Compose
Android Developers Blog
Announcing Jetpack Compose Alpha!
Posted by Karen Ng , Director, Product Management Today, we’re releasing the alpha of Jetpack Compose , our modern UI toolkit desig...
#jetpack #workmanager
Android Jetpack Updates. September 1, 2021
👉 WorkManager 2.6.0 uses the standardized mechanism of androidx.startup for initializing WorkManager and includes a number of improvements for its multi-process support
👉 Compose 1.0.2 (no Kotlin 1.5.30 support)
👉 Activity 1.4.0-alpha01 implements MenuHost interface. This allows any component to add menu items to the
👉 Navigation 2.4.0-alpha08 support creation of custom NavType programmatically
👉 Profiler Installer 1.0.2 improves support Android 9-11
Android Jetpack Updates. September 1, 2021
👉 WorkManager 2.6.0 uses the standardized mechanism of androidx.startup for initializing WorkManager and includes a number of improvements for its multi-process support
👉 Compose 1.0.2 (no Kotlin 1.5.30 support)
👉 Activity 1.4.0-alpha01 implements MenuHost interface. This allows any component to add menu items to the
ActionBar
by adding a MenuProvider
instance to the activity👉 Navigation 2.4.0-alpha08 support creation of custom NavType programmatically
👉 Profiler Installer 1.0.2 improves support Android 9-11