SQLite snippet function implementation does not format Text as HTML in TextView
问题 I am implementing a search function using SQLite FULL TEXT SEARCH. I want to present the results with bold query text as Google search does! I have implemented code something like below but it displays the plain text without any HTML formatting though binding view to the cursor adapter and setting text formatting of the TextView . I cannot figure out where I am wrong in the code? Any Help Please! My search function in DatabaseAdapter Class is: public Cursor searchText(String inputText) throws