If you have worked in the Android View system, you are most likely familiar with
the SearchView
[https://developer.android.com/reference/android/widget/SearchView]widget that
can be used to send a request to a search provider, display any available
results, and allow users to select them. In Jetpack