Working on the formstuff samples and I am getting a error adding the
EditText.

This is the line I am getting a error one:
edittext.setOnKeyListener(new OnKeyListener() {

This is the error: Multiple markers at this line - OnKeyListener
cannot be resolved to a type - The method
setOnKeyListener(View.OnKeyListener) in the type View is not
applicable for the arguments (new OnKeyListener(){})

http://developer.android.com/resources/tutorials/views/hello-formstuff.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to