Ataul Munim
Ataul Munim
```kotlin @WearSmallRoundDevicePreview @Composable fun WorkoutButtons() { val context = LocalContext.current LayoutRootPreview( Workout.buttonsLayout( context, context.deviceParams(), button1Clickable = emptyClickable, button2Clickable = emptyClickable, button3Clickable = emptyClickable, chipClickable = emptyClickable, ) ) { addIdToImageMapping(Workout.BUTTON_1_ICON_ID,...
`onResourcesRequest(requestParams: ResourcesRequest)` the `requestParams.resourceIds` might be empty. When does this happen? What's the expected behavior from a tile developer in this case?
onResourcesRequest() is where we fetch bitmaps from the network, convert to an image resource, and then return it as a resource bundle when requested. What happens if something fails in...
The 3 tiles we have today only show a single entry: fitness, messaging, playNext. Create a calendar event tile with multiple entries to showcase its usage.
There are two column count attributes - portrait and landscape. Are they needed? I would expect only `columnCount`, and if I needed a different number for landscape, I'd include another...
Hi Florian! You can get the app re-listed on Google Play if you remove all the pictures from the promo content, like SerieGuide did: https://play.google.com/store/apps/details?id=com.battlelancer.seriesguide I had the same issue...
Raised by Nat here https://b.corp.google.com/u/0/issues/260484640 The APIs have been incorrectly marked as `@VisibleForTesting`, and [a newer release of Play Services should fix this issue](https://b.corp.google.com/issues/239451111#comment3). Since this is only an issue...
https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts#available-canonical-layouts-and-related-implementations Each of the links 404 - maybe they've been refactored to other packages? cc @tiwiz
We want strict versioning so that this library will only work if the host project's version of MDC matches this one. This is because MDC look-and-feel can differ drastically from...