AXEmojiView icon indicating copy to clipboard operation
AXEmojiView copied to clipboard

an advanced library which adds emoji,sticker,... support to your Android application.

Results 14 AXEmojiView issues
Sort by recently updated
recently updated
newest added

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.my.newproject7/com.my.newproject7.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'com.aghajari.emojiview.emoji.EmojiCategory[] com.aghajari.emojiview.AXEmojiManager.getCategories()' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3838) at

`Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'com.aghajari.emojiview.emoji.EmojiCategory[] com.aghajari.emojiview.AXEmojiManager.getCategories()' on a null object reference at com.aghajari.emojiview.view.AXSingleEmojiView.init(AXSingleEmojiView.java:195) at com.aghajari.emojiview.view.AXSingleEmojiView.(AXSingleEmojiView.java:42)`

Hi @Aghajari It's really such a nice library but unfortunately doesn't work on Android 6, 7 and 12. Could you please check and fix it? Thanks

Hi @Aghajari @Dor-Naim @vonox7 Can I use AXEmojiView library for opening emoji picker dialog like in Slack for reacting to the messages, instead of opening it based on an EditText?...

Hi @Aghajari @vonox7 @Dor-Naim Can i use open EmojiView without using AXEmojiEditText? Thanks

I'm trying to include the AXEmoji inside a custom android keyboard / IME. Which is run on a service not activity. I try to use AXEmojiPopupLayout into keyboard layout, but...

When trying to show this emoji on TextView its shows the Android version instead of the iOS. Specificaly this emoji, other emojis are showing their iOS versions.

In my app everything works fine but the left icon is not displayed ```java private void setupEmojis() { mEmojiLayout = findViewById(R.id.emojiPopupLayout); AXEmojiPager emojiPager = new AXEmojiPager(this); AXSingleEmojiView singleEmojiView = new...

Hello. I save a String from AXEmojiEditText to storage when I close the fragment. When I open this fragment again, I take the value from the database and set the...

error: incompatible types: CAP#1 cannot be converted to int Glide.with(view).load((int) sticker.getData()).apply(RequestOptions.fitCenterTransform()).into((AppCompatImageView)view);