Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 362 Bytes

SearchView-with-REST-API

Android App using SearchView to get results of query from Backend REST API

Language: JAVA

Retrofit

SearchView

ListVIew

SearchView -->(Query)-->REST API --> ListView

User Search Query is sent to API using Retrofit Result is displayed in ListView

You can customize ListView to display your own views.