Search code examples
androidsearchbar

Android searchbar like google app


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


Solution

  • 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.