I am looking for an example for Google Search, for example, a homepage widget where a user can enter keywords to search in my application. YouTube video here .
I followed the tutorial in the dev guide . However, it lists the available RemoteViews, and there is no EditView. In such a case, how can I provide an editable text box. I want to create a widget similar to the SearchManager user interface, but accessible as a widget on the main screen.
source share