• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps on a app does the key pad come up automaticly

hey and good morning
im making an supply app for my sis
and on the edit screen she will need the key pad,

wil the key pad come up automaticly or do i have to add something?

thanks
 
Hi,

The keyboard will show automatically when a user taps on an edit text. Include one of these in your xml layout and try it out.

Good luck.
 
you could put </requestfocus> in the XML layout or you EditText for it to automatically have the keypad up when you go to that activity as well.
 
Back
Top Bottom