-1

I want to develop search bar like bellow image just like showing in Google search bar. How to achieve this. Please some can provide sample code or related links to achieve it.

enter image description here

Shailendra Madda
  • 20,649
  • 15
  • 100
  • 138
  • What have you tried, and what problems did you encounter while trying it? Somebody with you SO reputation should know how to ask better questions than this and avoid things that are off-topic for SO (requests for off-site resources). – CommonsWare Feb 17 '14 at 14:51

1 Answers1

0

I assume the actual question here is not how to create a widget (if it is, check the official Android documentation on widgets), but how you can enable a widget to receive text input, which, as far as i am aware, is not possible using standard widget elements.

You will probably have to try the way discussed over here - creating a transparent activity when your widget is tapped.

Community
  • 1
  • 1
cania
  • 857
  • 10
  • 16