Search:

Type: Posts; User: JasonEdwardes

Search: Search took 0.13 seconds.

  1. Re: how to use getResources() in setters and getters

    All the code works but " (getResources()."
    As its in red and needs some code in the bracket
    To use the active.Imageview findview.by.id( main class ) in a second class

    If I can't work it out I...
  2. how to use getResources() in setters and getters

    I would like to break my app down into more java classes but not sure how to do this.

    In my main class ( imgGameBoard[x] ) "is a large array of Image View's"
    ...
  3. Replies
    4
    Views
    608

    Re: Question on math's loop sequence

    here a different way to get the same results( looks more easy to understand)
    [code]
    int i =1, total = 1;
    for(int x = 1; x<6; x++){
    i++
    total = total + i;
    System.out.println(total);
    }...
  4. Re: Thinking like true thinkers' ahead of time.

    hi Ben,
    I just joined the site
Results 1 to 4 of 4