How to highlight filtered text in RecyclerView when using SearchView widget
问题 How to highlight search text result in RecyclerView. I found some posts regarding Spannable TextView, but not sure where to implement in my case. Appreciate you can look and assist. MainActivity or Chapter1 public class Chapter1 extends AppCompatActivity implements SearchView.OnQueryTextListener { MyRecAdapter myRecAdapter; RecyclerView recyclerView; List<Post> list; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(layout