[android-developers] Re: How do I know in the screen EditText is the last one?

2011-06-29 Thread Ali Chousein
The link http://developer.android.com/reference/android/view/View.html explains View::isFocused(). This should help you solve your problem. How exactly it's going to help you, it depends on your situation and you should implement your own solution. -- Ali Chousein Geo-Filtered Assistant

[android-developers] Re: How do I know in the screen EditText is the last one?

2011-06-28 Thread wang
Hi All, I want to know how to check which view is current focus? Please give me some suggestions. On Jun 27, 10:01 pm, wang svnzk...@gmail.com wrote: Hi All, I have a question about input method, how do I know in the screen EditText is the last one ? I using OpenWnn as system input method,