KMPAutoCompleteTextView
AutoCompleteTextView for android with KMP algorithm
Install / Use
/learn @andyxialm/KMPAutoCompleteTextViewREADME
#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
<p>KMPAutoCompleteTextView is available under the MIT license.</p>