Search:

Type: Posts; User: tetanusot

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    902

    Re: Checking if input value is in an array

    This returns an error
    error: cannot find symbol variable editText

    I just changed the ID attribute in content and it worked.
    I really appreciate your help.
    Thanks a TON!
  2. Replies
    6
    Views
    902

    Re: Checking if input value is in an array

    Thanks for your reply.
    I deleted this line

    enterDate = (Integer) findViewById(R.id.enterDate);
    but where do I put this?

    int enterDate = 0
    and by the way, this enterDate variable is actually...
  3. Replies
    6
    Views
    902

    Checking if input value is in an array

    Hi
    So I'm trying to make a somewhat simple Android application.
    A user enters a value in a numberbox.
    The program checks if that number is in an array.
    If it is, in a textbox it says "Yes" if it...
Results 1 to 3 of 3