How to make Google Play Store App like search action menu and search dialog design

11,285

The following link might be helpful. It is a custom implementation of the search. Please have a look.

https://github.com/Quinny898/PersistentSearch

Share:
11,285
Mahendra Chhimwal
Author by

Mahendra Chhimwal

I am a B.Tech graduate in Electronics and communication .Likes playing , talking coding programs and learning new technologies of almost all kinds. Currently I am working as a C++ developer. Besides software programmer , I am an active Blogger . I have couple of technical blogs including http://www.Softphonetech.com/

Updated on July 25, 2022

Comments

  • Mahendra Chhimwal
    Mahendra Chhimwal almost 2 years

    As per new material design update , the Google pay store app action search opens a search dialog thing once tab on search action button. This search interface is different than a default action view provided by android in action bar(which opens in action-bar only.)

    So my question is how to implement a new search action dialog like google play store app. Is there any android official component or I have to create a custom dialog view for this? If the second one , then please show how to achieve this type of search view? enter image description here

    enter image description here

    enter image description here