#Android App Widgets: Looking for guidance + ideas to improve workflows

1 messages · Page 1 of 1 (latest)

primal stone
#

Hey all — I’m hoping to connect with someone familiar with the Android app’s widget implementation. I’ve been building out a fairly large widget-based control setup, and I keep hitting some friction that might already be on the radar — or might be good feature fodder if not.

A few things I’m exploring:
• Having a way to clone/duplicate widgets instead of rebuilding each one
• Backing up and restoring widget setups when moving devices
• Syncing a widget set between two phones
• Or, alternatively, using a centralized metadata model (similar to how the “Buttons for Alexa” app works) where widgets are instances of stored configs rather than one-offs

Before I write up anything formal, is there someone here who works on or knows the state of the widget code? I’d love to sanity-check these ideas and understand what’s feasible.

flint mist
#

There's no real easy way to allow you to build a widget for another device. For one only a user can add a widget to a home screen, apps are forbidden on doing that by themselves