Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The missing emoji library for Java ❤️

License

Notifications You must be signed in to change notification settings

sinboun/emoji-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status License Info

The missing emoji library for java.

emoji-java is a lightweight java library that helps you use Emojis in your java applications.

How to get it?

Via Maven:
<dependency>
  <groupId>com.github.sinboun</groupId>
  <artifactId>emoji-java</artifactId>
  <version>1.0.1</version>
</dependency>

You can also download the project, build it with mvn clean install and add the generated jar to your buildpath.

Via Gradle:
compile 'com.github.sinboun:emoji-java:1.0.1'

How to use it?

see it:wiki

String alias = EmojiUtil.toAlias("😄");//:smile:
String emoji = EmojiUtil.toUnicode(":smile:");//😄

fix it

EmojiUtil.containsEmoji("👍hello"); return true ;

Credits

emoji-java originally used the data provided by the github/gemoji project. It is still based on it but has evolved since.

About

The missing emoji library for Java ❤️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.3%
  • JavaScript 6.7%