All Projects → chathudan → Kitkatemoji

chathudan / Kitkatemoji

Licence: apache-2.0
Library for Emoji View like Hangouts, Emoji TextView and Emoji EditText

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Kitkatemoji

Qq Wechat Emotion Parser
QQ、微信表情符号解析:字符串到图片URL
Stars: ✭ 82 (-29.31%)
Mutual labels:  emoji
Aidou
chrome code review 斗图插件
Stars: ✭ 92 (-20.69%)
Mutual labels:  emoji
Mojitalk
Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090
Stars: ✭ 107 (-7.76%)
Mutual labels:  emoji
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (-26.72%)
Mutual labels:  emoji
Emojilib
Emoji keyword library.
Stars: ✭ 1,299 (+1019.83%)
Mutual labels:  emoji
Fontconfig Emoji
Emoji prioritization rules
Stars: ✭ 98 (-15.52%)
Mutual labels:  emoji
Embed Js
🌻 A lightweight plugin to embed emojis, media, maps, tweets, code and more. ✨
Stars: ✭ 1,220 (+951.72%)
Mutual labels:  emoji
Gtext
Emoji and Hyperlink for Unity UGUI Text ,图文混排、超链接、下划线的UGUI解决方案
Stars: ✭ 113 (-2.59%)
Mutual labels:  emoji
Slack Emoji
My slack emoji collection and download script
Stars: ✭ 91 (-21.55%)
Mutual labels:  emoji
Openmoji
Open source emojis for designers, developers and everyone else!
Stars: ✭ 1,380 (+1089.66%)
Mutual labels:  emoji
Emoji For Jekyll
A plugin for Jekyll that seamlessly enable emoji.
Stars: ✭ 86 (-25.86%)
Mutual labels:  emoji
Fnreactionsview
FNReactionsView is a customizable control (based on UIView) to give people a way to show floating emoji like facebook does during live stream, easy way.
Stars: ✭ 87 (-25%)
Mutual labels:  emoji
Emojify
Obfuscate your python script by converting it to emoji icons
Stars: ✭ 99 (-14.66%)
Mutual labels:  emoji
Emojivision
A 200 something line Swift Playground for rendering images as emojis
Stars: ✭ 84 (-27.59%)
Mutual labels:  emoji
Android Keyboard
Android Keyboard with 180+ dictionaries. Support swipe input (sliding input), Emoji keyboard, AI predictions, dictionaries downloading, and keyboard themes.
Stars: ✭ 108 (-6.9%)
Mutual labels:  emoji
React Native Animated Emoji
Animated Floating Reactions like Facebook 👍
Stars: ✭ 82 (-29.31%)
Mutual labels:  emoji
Emojica
A Swift framework for using custom emoji in strings.
Stars: ✭ 93 (-19.83%)
Mutual labels:  emoji
Node Semantic Git Commit Cli
A CLI for semantic git commits
Stars: ✭ 114 (-1.72%)
Mutual labels:  emoji
Emoji Vue
Add emoji keyboard to your vuejs project
Stars: ✭ 111 (-4.31%)
Mutual labels:  emoji
Gitmoji
Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.
Stars: ✭ 10,953 (+9342.24%)
Mutual labels:  emoji

KitKatEmoji

Library for Emoji View like Hangouts, Emoji TextView and Emoji EditText

Usage

#####Emojicon EditText

<com.sithagi.kitkatemoji.EmojiconEditText
                android:id="@+id/txt_sentMessage"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceMedium"
                 />

#####Emojicon EditText

<com.sithagi.kitkatemoji.EmojiconEditText
                android:id="@+id/txt_sentMessage"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceMedium"
                 />

#####Emojicon TextView

<com.sithagi.kitkatemoji.EmojiconTextView
                android:id="@+id/txt_sentMessage"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceMedium"
                 />

#####EmojiView

<LinearLayout
        android:id="@+id/footer_for_emojiicons"
        android:layout_width="match_parent"
        android:layout_height="@dimen/keyboard_height"
        android:background="@android:color/transparent"
        android:orientation="vertical"
        android:visibility="gone">

        <fragment
            android:id="@+id/emojicons"
            class="com.sithagi.kitkatemoji.EmojiconsFragment"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginTop="5dp"
            android:requiresFadingEdge="none"
            tools:layout="@layout/emojicons" />
    </LinearLayout>

License

KitKatEmoji is released under the Apache License Version 2.0.

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].