Search in sources :

Example 1 with RecentSearch

use of com.bluestacks.bugzy.data.model.RecentSearch in project bugzy by cpunq.

the class SearchHistoryAdapter method onBindViewHolder.

@Override
public void onBindViewHolder(SearchSuggestionHolder holder, int position) {
    RecentSearch search = mSearchSuggestions.get(position);
    holder.bindData(search);
}
Also used : RecentSearch(com.bluestacks.bugzy.data.model.RecentSearch)

Aggregations

RecentSearch (com.bluestacks.bugzy.data.model.RecentSearch)1