Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 09-06-2009, 11:31 PM   #1
Junior Member
 
Join Date: Aug 2009
Posts: 1
Friends: 0
View swaroop's Profile   View swaroop's Photo Album   View swaroop's Blog   View Social Groups
I am working on soft qwerty keyboard and I need to know how softkeyboard is invoked when we type in the text field. I want the flow that invokes the softkeyboard.

Please help me

Last edited by swaroop; 09-06-2009 at 11:34 PM..
swaroop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Old 11-11-2009, 07:33 AM   #2
Junior Member
 
Join Date: Nov 2009
Posts: 4
Friends: 0
View DukaSrbija's Profile   View DukaSrbija's Photo Album   View DukaSrbija's Blog   View Social Groups
This one is very gray zone in Android development but this is a flow that you can try. You must bind imm to some view and it is preferable that view is editable (like EditText widget) or you will have all kind of problem's. This is just example code that you can put in onClick method or something like that.

view.requestFocus();
InputMethodManager imm =(InputMethodManager)getSystemService(Context.INPU T_METHOD_SERVICE);
imm.showSoftInput(view, 0);
DukaSrbija is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i read the input from the keyboard? Wuque Android Development, Answers, Tutorials, and Code Snippets 18 09-07-2011 01:24 PM
How to test android apps and framework? floppy Android Development, Answers, Tutorials, and Code Snippets 1 02-02-2010 06:01 PM
Method of locking ringer volume? ffolliet G1 2 05-10-2009 01:04 AM
While loop in the onCreate method jdc3 Android Development, Answers, Tutorials, and Code Snippets 0 04-03-2009 09:17 AM
Want data input voice activation and recording - NO TEXTING androider Android Games And Applications 0 09-23-2008 10:02 AM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 04:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.