Making text bold on a listview to a specify word dynamically
问题 I am trying to put color and bold up on a word that matches the word from a sentence in ArrayList items/value. what I have done so far is as below... so I have a String variable called filter "Hello" now I want to iterate through ArrayList itemList and find "Hello" from ArrayList items and make it bold and blue. String filter = "Hello"; String itemValue = "I just want to say Hello world! Hello"; itemList = new ArrayList<String>(); for(int i = 0; i<10; i++) { itemList.add("I just want to say