I want to extend the little widget I created a bit more by adding a preview of the widget while you are configuring it. While I could easily do this by just creating a preview that looks like the widget in the configuration activity - I was wondering if there was a way to actually imbed a real widget into an activity - and change that widget using remote views while inside the activity without changing the real widget until the "done" button has been pressed.
I've seen a few widgets on the market doing this and I was wondering if they had either, just recreated the widget using views inside the activity or, were the actually imbedding their widget inside the configuration activity?
Thanks, any help is appreciated.
(By the way, I don't think the "Widget Preview" feature in android 3.0 and ^ is what I am wanting here)