I'm creating an App that has a homescreen widget, and I'd like to have it so the user can see a live preview of what the widget will look like, within my actual App activity, when they're configuring settings for the widget. I recently downloaded an app that did that exact thing, and it seemed like a great feature.
Any idea how I'd go about accomplishing this? I found some references to AppWidgetHostView, is that what I need?
I'm very new to Android development (as in just started the tutorials today), so bear with me if this question is missing anything important!