> clicked it gathers up all the state from the others views in the > RemoteViews layout (EditTexts, Checkables, RadioGroups) and puts that > into the Intent.
Actually, this would work nicely by just asking the widget layout tree to onSaveInstanceState() into a single Parcelable, which would include all random goodies of children, such as cursor location, etc. Instead of writing that as a short-term solution, we've been looking for a better way of solving the general "views-in-other-processes" problem, without involving the overhead of RemoteViews and PendingIntents. Hopefully something lightweight enough to handle touch and keypress events. -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

