app into an app

Mikie

Member
Licensed User
Longtime User
I would like to insert the numeric keypad into one of my apps. Can this be done. Keep in mind I am a newbie.

Thanks
 

Omar

Member
Licensed User
Longtime User
Hey Mikie,

You can use the .inputtype preference for your specific EditText field and then set to use the INPUT_TYPE_NUMBERS as the input method to load only the numeric keyboard.
 
Upvote 0

Mikie

Member
Licensed User
Longtime User
Yes, but I don't want to use the keyboard in phone. I want to create a numeric keyboard with big buttons. Like the one in "secondprogram".
 
Upvote 0

Omar

Member
Licensed User
Longtime User
You should progmatically hide the keyboard, using the new .HideKeyboard method and simply load up your own new keyboard.
 
Upvote 0

Mikie

Member
Licensed User
Longtime User
Omar,

Yes, thanks. I did create my own numeric keypad, thus the one in my Droid 2 does not come up.

Mikie
 
Upvote 0
Top