0

I want to implement a keyboard just like this one:

Gif Keyboard

This application is in Google Play: Gif Keyboard

This keyboard can be select from the keyboard list and user can use it from any application.

So far i have learnt keyboard preview can be altered in java code by overriding onDraw(), if so how this can be done

Fay007
  • 2,707
  • 3
  • 28
  • 58

1 Answers1

2

I figure out the problem. The problem is i was trying to manipulate keyboard view but i don't have to. All i need to do is create any view for input service.

Fay007
  • 2,707
  • 3
  • 28
  • 58
  • you mean our view can be embed with existing device app like messanger app, email etc? or no. I am trying similar solution but no success. – Parwej Jun 13 '16 at 14:15
  • yes u can, but u have to select ur custom keyboard from the settings > language & input and select your keyboard as the current keyboard :) @Parwej – Fay007 Aug 02 '16 at 12:13
  • Hey can you help me with a tutorial? – Anudeep Aug 02 '16 at 12:18
  • then i have to make one as there was no available resources when i have implemented my own image sharing keyborad!! but its easy as u have to use a gridview and u should know how item selections in gridview works. – Fay007 Aug 02 '16 at 12:22
  • Hey I am trying to make custom emoji keyboard where i can share my emoji images in messaging email etc. Can you please help me in that? i am getting [OBJ] as emoji when I use my keyboard for messaging or email or anywhere. Please help! – Avani Nagar Aug 19 '16 at 11:53
  • Hey @Fay007, how did you choose to implement sending the gifs from the keyboard? – Dennis L Sep 13 '16 at 05:40
  • @Fay007 Can you please provide a tutorial for implementing gif keyboard man. It would be really useful. – David Jun 24 '17 at 14:24