Remoteviews Bitmap Budget

Every bitmap a home-screen widget draws is copied into the RemoteViews payload handed across a process boundary, and the platform rejects an update whose bitmaps exceed a fixed budget — so decoding each image at the size it is drawn is not an optimisation, it is what keeps the widget on screen. Covers the pixel arithmetic that decides how many images fit, why the failure is invisible outside the system log, and why every surface reading the same image must agree on both its cache key and its decode size. Android only. Use when a widget shows the framework's error placeholder, when it renders on one device and not another, or when adding one more tile empties the whole widget.

maxrave-dev 3b98f0a 7.9 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/remoteviews-bitmap-budget commit 3b98f0a356

Frequently asked questions

npx skillmds@latest add maxrave-dev/remoteviews-bitmap-budget