Re: [android-developers] Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Mark Murphy
Susan wrote: > I have built a widget that contains a button and an editable TextView > (that behaves like an EditText) much like the native Google Search bar > widget. How can I access the text that the user has typed into the > TextView? In an Activity I would just use findViewById(), but of > cou

[android-developers] Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Susan
I have built a widget that contains a button and an editable TextView (that behaves like an EditText) much like the native Google Search bar widget. How can I access the text that the user has typed into the TextView? In an Activity I would just use findViewById(), but of course I can't do that in