Skip to content

xintao222/androidemojimap

Repository files navigation

#Unicode Emoji to Emoji Cheat Sheet Android converter

This Android library will convert Strings containing unicode Emoji characters to their Emoji Cheat Sheet equiavelent and vice-versa.

While this library will work with all versions of Android, displaying unicode emojis in Android Widgets is unavailable before API 17.

##Usage

String cheatSheetString = EmojiMapUtil.replaceUnicodeEmojis("☃")
// cheatSheet = ":snowman:"
String emojiString = EmojiMapUtil.replaceUnicodeEmojis(":snowman:")
// emojiString = "☃"

##License

This project is licensed under Apache Commons 2.0 as well.

Made by the folks at Hall.com

About

Mapping between unicode and cheat sheet emojis for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors