vecino Well-Known Member Licensed User Longtime User Apr 18, 2014 #1 Hello, due to the problem explained in this thread. I will implement a custom keyboard. But I have a problem, my 'app' consists of about 40 activities. Would have to repeat the code keyboard in all activities. Any tips to implement it?
Hello, due to the problem explained in this thread. I will implement a custom keyboard. But I have a problem, my 'app' consists of about 40 activities. Would have to repeat the code keyboard in all activities. Any tips to implement it?
NJDude Expert Licensed User Longtime User Apr 18, 2014 #2 You will have to initialize the custom keyboard on every activity. Upvote 0
LucaMs Expert Licensed User Longtime User Apr 18, 2014 #3 Probably I'm a dreamer ... maybe you could create a custom view, which is a keyboard. Upvote 0
NJDude Expert Licensed User Longtime User Apr 18, 2014 #4 It will have to be initialized on every activity as well. Upvote 0
vecino Well-Known Member Licensed User Longtime User Apr 18, 2014 #6 NJDude said: It will have to be initialized on every activity as well. Click to expand... What does that mean? An example, please. Upvote 0
NJDude said: It will have to be initialized on every activity as well. Click to expand... What does that mean? An example, please.