AXEmojiView
an advanced library which adds emoji,sticker,... support to your Android application.
Screenshot
Installation
AXEmojiView is available in the JCenter, so you just need to add it as a dependency (Module gradle)
LastVersion : 1.2.2
Gradle
Maven
Usage
Let's START! :smiley:
Install Emoji Provider
First step, you should install EmojiView with your EmojiProvider!
Custom Emoji Provider
If you wanna display your own Emojis you can create your own implementation of EmojiProvider
and pass it to AXEmojiManager.install
.
Basic Usage
Create an AXEmojiEditText
in your layout.
Now, you should create a Page.
Current pages are :
- EmojiView
- SingleEmojiView
- StickerView
Let's try EmojiView :
And add this page to AXEmojiPopup :
And we are done! :smiley:
Result :
AXEmojiPopupLayout
you can also create an AXEmojiPopupLayout instead of AXEmojiPopup!
i believe that AXEmojiPopupLayout has a better performance.
- create an AXEmojiPopupLayout in your layout.
- add the created page to AXEmojiPopupLayout :
Result is just same as AXEmojiPopup result!
Single Emoji View
SingleEmojiView is a RecyclerView and all emojis will load in one page (Same As Telegram Inc)
Result :
StickerView
StickerView :
you have to create your StickerProvider and load all your Stickers (from Url,Res,Bitmap or anything you want!)
see example : WhatsAppProvider
Result :
Also you can create your custom pages in StickerProvider . see example : ShopStickers
Result :
AXEmojiPager - Use Multiple Pages Together!
you can create an AXEmojiPager and add all your pages (EmojiView,StickerView,...) to the EmojiPager
Enable Footer view in theme settings (if you want) :
And Create your EmojiPager :
Add search button to the footer:
Result :
Create Your Custom Pages
Create an AXEmojiBase (ViewGroup) and load your page layout
And add your CustomPage to emojiPager
Example: LoadingPage
Result :
Customization
Customize theme with AXEmojiTheme.
Result :
Custom Footer
Result :
DarkMode
- Style 1
Result :
- Style 2
Result :
Views
- AXEmojiPopupLayout
- AXEmojiBase / AXEmojiLayout
- AXEmojiView
- AXSingleEmojiView
- AXStickerView
- AXEmojiEditText
- AXEmojiMultiAutoCompleteTextView
- AXEmojiButton
- AXEmojiImageView
- AXEmojiTextView
- AXEmojiCheckBox
- AXEmojiRadioButton
Listeners
onEmojiActions :
onStickerActions :
onEmojiPagerPageChanged :
PopupListener :
Replace String With Emojis
first you need to get Unicode of emoji :
Or
now set it to your view with AXEmojiUtils.replaceWithEmojis.
Example: Set ActionBar Title :
Result :
RecentManager And VariantManager
you can add your custom recentManager for emojis and stickers . implements to RecentEmoji/RecentSticker
Disable RecentManagers :
Variant View
you can also create your own VariantPopupView !
but you don't need to, the default one is also nice :)
The Default Variant:
Emoji Loader
you can add an custom EmojiLoader with AXEmojiLoader :
AnimatedStickers (AXrLottie)
Download Apk
- Version: 1.2.2
- LastUpdate: 31 August 2020
Author
- Amir Hossein Aghajari
Special thanks to the Telegram! (Using latest telegram emojis update!)
TelegramID : @KingAmir272