Android Step-by-Step
Your Step-by-Step Guide to Creating Android Apps
Deprecated: android:inputMethod
Deprecated: android:inputMethod
If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name).
Deprecated in
API Level
3. android:inputMethod added in API Level 1.
Use inputType instead.
Resources:
http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputMethod
http://developer.android.com/reference/android/R.attr.html#inputMethod
Newer Post
Older Post
Home
Popular Posts
Select All Text in an EditText on Focus
android:ellipsize - Add an ellipsis(...) in a TextView
Cursor getColumnIndexOrThrow - Get the Index for a Column Name
How to Install an SDK package
requestFocus - Set Focus to a TextView, using requestFocus, in Java
How to Add a Toast
Solution: error: Error parsing XML: unbound prefix
How to Reference a Library in your Project
android:fitsSystemWindows
How to Open the SDK Manager