I was trying to include an editText in appwidget..later I came to know that it is not possible to include edittext
But if I check Google search appwiget I can see they are using a view similar to edittext..
How can I create a view like edittext for widget
I have used TextView instead of EditText with custom background.. and onClick it will take to the desired screen ..
This looks similar to Twitter and Facebook search widget 🙂