Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I need my app to make more user-friendly..
I want my text keyboard to visible automatically in a certain page..
Can you guide me..

What i waant to do..



Thanks in Advance
Posted

 
Share this answer
 
you can give it in manifestfile by writting this code
XML
android:windowSoftInputMode="stateVisible"

or in java code by writting
Java
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900