KMPAutoCompleteTextView

Additional

Language
Java
Version
N/A
Created
Jan 24, 2016
Updated
Mar 23, 2018 (Retired)
Owner
阵雨 (andyxialm)
Contributor
阵雨 (andyxialm)
1
Activity
Badge
Generate
Download
Source code

#AutoCompleteTextView

KMP Algorithm

  • 自动补全TextView
  • 支持搜索字符高亮显示
  • 支持源字符串的子串查找, 弥补原生AutoCompleteTextView startWith()的不足
  • 使用KMP算法提升查找性能.
attr format description
completionTextSize dimension Text Font Size
completionTextColor reference|color Text Font Color
completionIgnoreCase boolean Match With Ignore Case
completionHighlightColor reference|color Text Font HighLight Color

#License

KMPAutoCompleteTextView is available under the MIT license.