2

I am going to develop custom keyboard. I want to use custom font NOT for keyboard, for anywhere i use that keyboard. For example in Message,Social app like whatsapp and etc. Is it possible?

Ehsan Mashhadi
  • 2,568
  • 1
  • 19
  • 30
  • 1
    Possible duplicate of [How to make a Android custom keyboard?](http://stackoverflow.com/questions/9577304/how-to-make-a-android-custom-keyboard) – piotrek1543 Dec 30 '15 at 19:56

1 Answers1

1

I think is possible to create your own keyboard layout from a scratch. I haven't it or similar to that yet, so I would recommend you to read carefully this links:

Also on StackOverflow you would find some useful question like this

Hope it help

Community
  • 1
  • 1
piotrek1543
  • 19,130
  • 7
  • 81
  • 94
  • The other https://stackoverflow.com/questions/9577304/how-to-make-a-android-custom-keyboard is from March 2012 and Eclipse is no longer supported (Sept 2017). So a fresh tutorial would help. – Martin Zaske Sep 20 '17 at 19:48