Hi,

I'm using a class called javaclass that extends with View.

---------------------------------------------------------------------------------------------------------------------------------------------------

public class javaclass extends View {

public boolean onKeyDown(int keyCode, KeyEvent event)
    {

    }


}

---------------------------------------------------------------------------------------------------------------------------------------------------

my question is

can i able to call onKeyDown() in View extended class?...

It will work or not?...


-- 
Thanks & Regards
Sasikumar.S

-- 
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