文件名称:Android代码-TagView
文件大小:897KB
文件格式:ZIP
更新时间:2022-08-26 02:16:59
Android代码
TagView This libirary help to pick up Text as Tag. Like Skill selection or other things what you want. You can call it Tag with EditText You can select specicfic text from showing list or from editText text. Easy to us and Simple library Sample Root Gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } App Gradle: dependencies { implementation 'com.github.mahimrocky:TagView:1.0.1' } Ok Now starts Implem