0

I need to develop or customize the soft keyboard for one EditText field in screen, The keyboard have the only keys as numbers,' , ' (comma), ' '(space), ' . '(dot),' /' .

Note:The version I am using is android2.3.3.

Thanks & Regards,

mini.

mini
  • 855
  • 4
  • 15
  • 22
  • See this question already answered: http://stackoverflow.com/questions/3480715/how-to-develop-a-soft-keyboard-for-android – Brayden May 30 '12 at 14:33
  • I have gone through the link, where 'KeyBoard' and 'KeyBoarView' classes are used. These classes are available from Android3.0+. I am using android 2.3.3. – mini Jun 05 '12 at 11:58
  • I don't see where those are. But you read http://developer.android.com/resources/articles/creating-input-method.html right? The best idea would probably be to look at the source code for the Android 2.3.3. keyboard and modify it to your needs. Although now that I look at your question again, it seems you have a different need. You can request a different type of keyboard to be used with your EditText by setting the parameter android:inputType. See http://developer.android.com/reference/android/text/InputType.html – Brayden Jun 05 '12 at 15:09

0 Answers0