Skip to content

A library to provide an emoji-keyboard implementation for Android applications

License

Notifications You must be signed in to change notification settings

ander7agar/emoji-keyboard

 
 

Repository files navigation

Android Emoji Keyboard

A library to provide an emoji-keyboard implementation for Android applications

This is forked from edsilfer/emoji-keyboard project.

Showcase

Quicky Setup

repositories {
	...
	maven { url 'https://jitpack.io' }
}

dependencies {
    compile 'com.github.ander7agar:emoji-keyboard:1.0.5'
}

Refer to the wiki section.

  • Rockerhieu / emojicon: Do you like emojis in Whatsapp, iMessage? Emojicon is a library to implement such a thing for Android;
  • DrKLO / Telegram: Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. This repo contains the official source code for Telegram App for Android;
  • ogaclejapan/ SmartTabLayout: A custom ViewPager title strip which gives continuous feedback to the user when scrolling;
  • lopspower / CircularImageView: This is an Android project allowing to realize a circular ImageView in the simplest way possible;
  • square / picasso: A powerful image downloading and caching library for Android;

License

Copyright 2017 Andersson G. Acosta de la Rosa

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

References

About

A library to provide an emoji-keyboard implementation for Android applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%