SearchFragment |
Fragment for searching assets. class SearchFragment : BaseFragment |
SearchViewModel |
The ViewModel of SearchFragment. class SearchViewModel : ViewModel |
SymbolListAdapter |
ListAdapter for Symbols. class SymbolListAdapter : ListAdapter<Symbol, ViewHolder> |