• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    KeyListener not working as expected

    Hello All, I am trying to implement a basic program. I have a EditText view, and want to set a KeyListener to it. Here is the code below. myText.setOnKeyListener(new View.OnKeyListener() { public boolean onKey(View view,int keyCode,KeyEvent ke) { [FONT=Arial]...
  2. M

    New to Group.

    Hello all, I am new to Android Forums. Thanks to Android Forums, for getting all the Android family memebers together. I was thinking about creating an Android App, and was going thru SDK , eclipse and other stuff. Did not look difficult in the first go. Very lately I discovered that Android...