How to open emoji keyboard on Android?

I use this code in my xml file to show the emoji icon.

android:inputType="textShortMessage|textMultiLine" 

I want to know if there is a way to show the default keyboard. Something like this, if I press the emoticon button in my application, a keyboard with an open emoticon will open.

+7
android android-edittext
source share

No one has answered this question yet.

See related questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to keep Android activity state by saving instance state?
1207
Strange memory issue when loading image into Bitmap object
1002
Grid motion detection
941
How to create links in a text client?
432
Android - "Enter" Pen in EditText
418
How to show soft keyboard when edittext is focused

All Articles