【Android】Implement the auto-complete function for search

【Android】Implement the auto-complete function for search

Source code introduction

Using Sqlite fuzzy query to achieve automatic completion of search box (support letter + Chinese character completion)

Welcome all friends to provide better implementation ideas

Source code running screenshot

Source code snippet

  1. // Query similar data--pass in a string converted to pinyin  
  2. testArray = DatabaseAdapter.getIntance(MainActivity. this )
  3. .queryInfo(
  4. PinYin.getPinYin(editText.getText()
  5. .toString()));
  6. }
  7.   
  8. adapter.refreshData(testArray); // Adapter refreshes data  
  9. mListView.setVisibility(View.VISIBLE);
  10. }
  11.   
  12. /**
  13. * Before input
  14. */  
  15. @Override  
  16. public   void beforeTextChanged(CharSequence s, int start, int count,
  17. int after) {
  18. // TODO Auto-generated method stub  
  19.   
  20. }
  21.   
  22. /**
  23. * After input
  24. */  
  25. @Override  
  26. public   void afterTextChanged(Editable s) {
  27. // TODO Auto-generated method stub  
  28.   
  29. }
  30. });
  31. }
  32.   
  33. /**
  34. * Get the ArrayList array
  35. *
  36. * @param array
  37. * @return
  38. */  
  39. private List<string> getListArray(String[] array) {
  40. List<string> titleArray = new ArrayList<string>();
  41. for (String title : array) {
  42. titleArray.add(title);
  43. }
  44. return titleArray;
  45. }
  46.   
  47. }</string></string></string></string></string></string>

Source code link: http://download..com/data/1968754

<<:  Realize various gesture operations for visualization

>>:  From 0 to 100——The History of Zhihu’s Architecture Changes

Recommend

Hong Raiders Trend Emotion Hunting Hunting A Intensive Training Camp

Hong Raiders Trend Emotion Hunting Hunting A Stre...

Community Operation SOP Methodology

From my own perspective, I sorted out my understa...

In-depth analysis of New Oriental Online event operations

I believe everyone has experienced the "mone...

The most complete guide to live streaming sales: KOL placement strategy!

The framework is as follows: 1. What is the real ...

User Operation: How to use B-side operation thinking to increase user growth?

A few days ago, I was having a party with some fr...

Hangzhou Internet Entrepreneurship Guide 3.0 2015

[[152981]] This Hangzhou Internet Entrepreneurshi...

Pinduoduo’s bargaining logic and strategic marketing methods!

Many people often receive price-cutting links fro...

I have summarized four tips on getting along with customers

For a marketer , long vacations have many benefit...

Xunlei Kankan CEO: This is how you should analyze user needs!

There is no need to elaborate on how important us...

How to attract accurate fans on WeChat? 10 tips to attract female fans!

We all know that it is difficult to attract femal...

Super Fan Pass is online, how to use it? This guide may be the most complete!

On August 23, all Fans Channels were switched to ...