I want to make a custom keyboard in android. is any body help me how to make custom keyboard in android. and one more question, how to make a emoji button in custom keyboard. i want to use mine own emoji's. is it possible??
            Asked
            
        
        
            Active
            
        
            Viewed 60 times
        
    -2
            
            
        - 
                    https://developer.android.com/guide/topics/text/creating-input-method.html – CommonsWare May 30 '16 at 12:41
- 
                    3Possible duplicate of [How to make a Android custom keyboard?](http://stackoverflow.com/questions/9577304/how-to-make-a-android-custom-keyboard) – BOUTERBIAT Oualid May 30 '16 at 12:43
1 Answers
0
            
            
        Yes you can create your own keyboard with emoji's you have to use inputmathod service to create your own keyboard (You can take help from this link)
 
    
    
        J.D.
        
- 1,401
- 1
- 12
- 21
- 
                    
- 
                    @DanishButt Yo have to run application from your development tool than got to settings than enable your custom keyboard than select your keyboard as input mathod – J.D. May 31 '16 at 04:27
