Coder Social home page Coder Social logo

varadgunjal / emojicodesheet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shanraisshan/emojicodesheet

0.0 2.0 0.0 4.22 MB

Your first stop for developing emoji keyboards for any platform, using any language.

License: MIT License

Java 37.74% JavaScript 16.08% Objective-C 9.40% PHP 36.77%

emojicodesheet's Introduction

EmojiCodeSheet

Your first stop for developing emoji keyboards for any platform, using any language.

Tags

#EmojiCodeSheet

Logo

alt tag

Emoji Code Sheet is a collection of emojees in form of programming language code. Get rid of the white boxes/missing symbols characters in your app. Develop your custom emoji keyboard using Emoji Code Sheet.

Emojees are the new way of talking. They are everywhere in all the instant messengers, social media applications. Emojees provide a very cool way for communication.

alt tag

Why is the need of Emoji Code Sheet?

Explained in detail in this LinkedIn article

Platform and Language

Whether you are on iPhone, Android, Web or any other device, gadget, anywhere and you want to implement emoji keyboard just like WhatsApp or any other app. Emoji Code Sheet is your way to go. Just copy the emoji codes of language of your choice, either the string symbol emojees or codepoints, just do some coding to display the codepoints/symbols into textbox and your done.

How to use this in your project?

The detail of each language (java, objective-C, php etc) is provided in [Emoji Code Sheet Wiki] (https://github.com/shanraisshan/EmojiCodeSheet/wiki)

Guide

Guide Document is available at EmojiCodeSheet_Guide

ECS Version # Date Emojis are arranged according to
2 March-2017 WhatsApp Android version 2.17.107
1 June-2016 WhatsApp Android version 2.16.139

Emojees are categorized into 8 different tabs (just like WhatsApp) as follows

1 2 3 4 5 6 7 8
People Nature Food Activity Travel Objects Symbols Flags

Files are named according to ECS versions

Version # File names
2 People2, Nature2, Food2 .....
1 People, Nature, Food .....

Code is available in 2 different forms.

  1. Codepoints
  2. Strings

Each emoji is present in the form of variable, for example alt tag

Android Example

//Codepoints Example
public static final int SMILING_FACE_WITH_SUN_GLASS = 0x1f60e; //https://www.emojibase.com/emoji/1f60e/smilingfacewithsunglasses

//String Example
public static final String SMILING_FACE_WITH_SUN_GLASS = "๐Ÿ˜Ž"; //https://www.emojibase.com/emoji/1f60e/smilingfacewithsunglasses

The purpose of pasting emojibase/emojipedia link as a comment is to verify emoji properties such as,

  1. Emoji Name
  2. Emoji Unicode
  3. Emoji Image

alt tag

Custom Emojees

Develop keyboard for your application using your own personal custom emojees

For Example: ๐Ÿ‘ค ๐Ÿ‘ โœŒ ๐Ÿšถ ๐Ÿƒ

alt tag

Sample Implementation

Android:

Android

Youtube Video

Youtube

Acknowledgement

WhatsApp

Emojees are arranged and categorized according to the Android WhatsApp version 2.16.139

Emojibase , Emojipedia

Emojibase and Emojipedia links are used as a comment to verify emoji properties.

Contribute

If there is any idea, feedback, issue you may consider worth mentioning, please feel free to open an issue or send a pull request.

License

The MIT License (MIT)

Copyright (c) 2016 Shayan Rais (http://shanraisshan.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

emojicodesheet's People

Contributors

asimzubair avatar shanraisshan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.