All Projects → anonymous-ME → Tagsedittext

anonymous-ME / Tagsedittext

Licence: mit
Android TagsEditText View

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Tagsedittext

Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+3170.21%)
Mutual labels:  library, android-ui
Androidappshortcuts
App Shortcuts for Android on Pre Nougat 7.1!
Stars: ✭ 223 (+374.47%)
Mutual labels:  library, android-ui
Truffle Shuffle
An Android data-driven, percentage-based UI Card Gallery Library
Stars: ✭ 117 (+148.94%)
Mutual labels:  library, android-ui
Bubbles
⚡️A library for adding messenger style floating bubbles to any android application 📲
Stars: ✭ 66 (+40.43%)
Mutual labels:  library, android-ui
Swipeablecard
A simple implementation of swipe card like StreetView
Stars: ✭ 812 (+1627.66%)
Mutual labels:  library, android-ui
Androidrate
AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.
Stars: ✭ 117 (+148.94%)
Mutual labels:  library, android-ui
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (+219.15%)
Mutual labels:  library, android-ui
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (+648.94%)
Mutual labels:  library, android-ui
Cornercutlinearlayout
Linear Layout that allow corner (parent and children) cuts, complex shadow and divider.
Stars: ✭ 391 (+731.91%)
Mutual labels:  library, android-ui
Awesome Android Ui
😎 A curated list of awesome Android UI/UX libraries
Stars: ✭ 353 (+651.06%)
Mutual labels:  library, android-ui
Cardviewlist
An elegant and responsive CardView like Android on iOS with Swift. Available horizontal and vertical scrolling with full animations and customizable.
Stars: ✭ 30 (-36.17%)
Mutual labels:  library, android-ui
Similarloadingview
A stylish loading view for Android
Stars: ✭ 26 (-44.68%)
Mutual labels:  library, android-ui
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (-34.04%)
Mutual labels:  library, android-ui
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-10.64%)
Mutual labels:  library
Tmlibs
DEPRECATED: Merged into https://github.com/tendermint/tendermint under `libs`
Stars: ✭ 45 (-4.26%)
Mutual labels:  library
Mvp Helpers
♻️Helper classes to build Android Apps through MVP pattern in a faster way
Stars: ✭ 42 (-10.64%)
Mutual labels:  library
Eval
Package eval implements evaluation of GoLang expression at runtime.
Stars: ✭ 42 (-10.64%)
Mutual labels:  library
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-4.26%)
Mutual labels:  library
Anytool android
🔥 Android various tool classes, make your development faster and easier. Android各种工具类,让你的开发更快更简单
Stars: ✭ 44 (-6.38%)
Mutual labels:  library
Astnorm
AST normalization experiment
Stars: ✭ 42 (-10.64%)
Mutual labels:  library

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

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].