B4A Library EmoijIX

This is a wrap for this Github project.

Requires: B4A 6+

EmoijIX
Author:
DonManfred (wrapper)
Version: 1
  • Emojix
    Methods:
    • Initialize
    • IsInitialized As Boolean

As you can see there is not much to do.

Add these lines to you STARTER Service.

B4X:
Sub Process_Globals
    Dim emoij As Emojix
End Sub
Sub Service_Create
    emoij.Initialize
End Sub

You are done! Load a Layout with a b4a Edittext and the Edittext now have Emoijs

Due to the size of the used aar file you can DOWNLOAD THE LIBRARY HERE.
 

Attachments

  • EmoijIX-Ex.zip
    7.5 KB · Views: 339
Last edited:

Javier Alonso

Member
Licensed User
Longtime User
Great, thank you! I have realized that the icons set is not exactly the same across devices and when you send a message to another device and the latest do not have that icon, shows a cross. Is it possible to have exactly the same set, even if it is a reduced one? Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
I know this thread is a bit old but creating another thread would throw me off.
The file seems to be missing from the server. Please recheck.
You are right. Unfortunately i removed the file from my Server.
Additionally i lost the Librarysource a few months ago with my HDD Crash.

BUT

- i just rewrote the lib :D (10 Minutes work)
Downloadlink updated in Post #1
- You can download it now on my Dropbox.
 

Kwame Twum

Active Member
Licensed User
Longtime User
Paypal is not supported in my country but I'll definitely find a way to donate. Thanks Don!
 

wimpie3

Well-Known Member
Licensed User
Longtime User
Hmmm... how is this supposed to work? I have added the two lines in my service but the keyboard does not show emoji's on text input fields...
 

DonManfred

Expert
Licensed User
Longtime User
how is this supposed to work?
The Lib "patches" all Objects which are based on Textview to be able to show Emoji
It does not change your Keyboard app. You Keyboard-App must be able to show Images in the Keyboard. Some default-Keyboard-Apps does not support them.

I´m using a custom keyboard-app.
 

wimpie3

Well-Known Member
Licensed User
Longtime User
Yeah I know about the custom keyboard (I'm using the Google one). The problem is that the emoji's cannot be used in every textview it seems. I've tried to use them with a MaterialDialog input box. Not working.
 

cxdzbl

Active Member
Licensed User
Request a complete example, you can't customize the layout of the expression. Thanks
 
Top