SkillAgentSearch skills...

KMPAutoCompleteTextView

AutoCompleteTextView for android with KMP algorithm

Install / Use

/learn @andyxialm/KMPAutoCompleteTextView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#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>
View on GitHub
GitHub Stars96
CategoryDevelopment
Updated7mo ago
Forks23

Languages

Java

Security Score

72/100

Audited on Aug 14, 2025

No findings