I know that android:inputMethod="" is deprecated but still can any one give me the example values. Specially When we have our own keyboard with own inputmethod. I tried with many ways but each time it crashed.
Asked
Active
Viewed 1,110 times
1 Answers
0
I have one Example for that
android:inputMethod="android.text.method.DateTimeInputMethod"
specifies that this TextView should use the specified input method (specified by fully-qualified class name).

Divyang Panchal
- 1,889
- 1
- 19
- 27
-
1thanks but can you give me the example of custom inputMethod type – Gauraw Negi Apr 22 '15 at 07:57