Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am planning on making an in-app emoji keyboard, that popups up when the user presses a "+" button.

My inspiration is the emoji keyboard in Chomp SMS.

Screenshot of Chomp SMS

I have found an open source emoji keyboard at https://github.com/zeuxisoo/android-emoji-keyboard

How do i present this keyboard on top of the system keyboard, without actually selecting it as an input type i.e. when i close the keyboard and click on an EditText, the system keyboard should appear.

Also, do i use a KeyboardView?

When clicking on an emoji, it should appear in the EditText. This can be achieved through an ImageSpan or HTML src i suppose.

The most important question is, when i get the text of the EditText, does it return the actual Unicode value of the emoji, or some other value because of the ImageSpan?

Can someone link me to a list of Unicode values for a complete emoji list?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.