TagsEditText

Additional

Language
Kotlin
Version
0.5.0 (Mar 21, 2019)
Created
Mar 6, 2019
Updated
Mar 21, 2019 (Retired)
Owner
Affan Ahmad (anonymous-ME)
Contributor
Affan Ahmad (anonymous-ME)
1
Activity
Badge
Generate
Download
Source code

Android TagsEditText View for creating tags with EditText

How to use

Add it in your root build.gradle at the end of repositories:

allprojects {
 repositories {
  maven { url "https://jitpack.io" }
 }
}

Step 2. Add the dependency

dependencies {
 implementation 'com.github.anonymous-ME:TagsEditText:0.5.0'
}

Step 3. Add TagsEditText to your layout file

    <affan.ahmad.tags.TagsEditText
            android:animateLayoutChanges="true"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>

Screenshot