/ActiveHashTag

Android HashTag Lib.

Primary LanguageJavaApache License 2.0Apache-2.0

ActiveHashTag

Android Arsenal

Android HashTag Lib.

Download

Current version: [0.1.0]

Gradle:

compile 'com.github.mugku:activehashtag:1.0.0'

###Test ScreenShot

How to use

Test Start

char[] additionalSymbols = new char[]{'_'};
ActiveHashTag editTextTag = ActiveHashTag.Factory.create(ResourcesCompat.getColor(this.getResources(), android.R.color.holo_blue_dark, null), null, additionalSymbols);
editTextTag.operate(editText);
``'