Finding it difficult to achieve the UI from the screenshot below. Searched but not getting exactly what I want.
Asked
Active
Viewed 73 times
0
-
You can create a Custom Adapter For Spinner . Or you can give [PopupWindow](https://stackoverflow.com/questions/5944987/how-to-create-a-popup-window-popupwindow-in-android) a try . – ADM Mar 11 '19 at 04:08
-
Thank you @ADM but i'm new to android programing so the design looks quite complicated for me. – Emmanuel Nartey Mar 11 '19 at 04:17
-
Then either try something simpler first (default spinner) or go through tutorials and read documentations to deepen your understanding – Andreas Mar 11 '19 at 04:26
-
Alright, Andreas. – Emmanuel Nartey Mar 11 '19 at 09:39
1 Answers
0
if you want, you can use this awesome third-party library Matterial Search View to make search like thats. but if you keep want use Spinner, you can use custom adapter or populate menu to show suggest search word. thanks

Yudi karma
- 324
- 3
- 15
-
Thank you, Yudi. Will check the library out and see if it fits what i'm looking for. – Emmanuel Nartey Mar 11 '19 at 09:22