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

Search results

  1. A

    Android Application Problem

    Check this class below, ______ My Code _______ public class Main extends Activity implements OnKeyListener { DisplayWord currentWord; TextView wordStatus; EditText inputWord; Button okBtn; int pos = 1; char currentChar; char inputChar; /** Called when the activity is first...
  2. A

    TrueWords App

    Hi everyone, Just started reading through tutorials, etc. I have a problem with my code I can't find a solution to anyway, please could you provide an explanation as to its behaviour, I am interested to know why it does this. ______ My Code _______ public class Main extends Activity...