Pietro F. Maggi
Pietro F. Maggi
Given that Splits have been introduced in API Level 21, when Play delivers an Android App Bundle to a device running KitKat or older OS it implements APK Fusing as...
Source code for the Work Profile codelab currently hosted at https://developer.android.com/codelabs/work-profile-apps This version includes both the starter version and the finished version that can be swapped editing the settings.gradle file.
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring ## :scroll: Description Moving to Kotlin DSL for the...
The Toolbar is actionable only when it's fully shown: 
As reported in this spotless's [issue ](https://github.com/diffplug/spotless/issues/440): ``` 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':mockwebserver:spotlessKotlin'. > You must declare outputs or...
Updates the project to the latest Android Studio (and AGP) stable and use WorkManager's 2.8.0 new Constraints constructor.
`android_local_test` is currently disabled in Bazel's `BUILD` file. We need to review and update the current testing setup.