Result Adapter
fun ResultAdapter( searchWindow: SearchWindow, searchList: List<SearchResult>, chosenResult: MutableLiveData<SearchResult>)
Content copied to clipboard
searchList: The list of search results, chosenResult: A MutableLiveData that is used to trigger a callback if a favorite is clicked