Search:

Type: Posts; User: polhallen

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,337

    Re: share data from methods

    wow! I'm going to study... very thanks!
  2. Replies
    6
    Views
    1,337

    Re: share data from methods

    Ok (and sorry for my english) I build an android app and I've an auto-refresh textview (its get external ip address every 5 seconds).

    The method that check external ip is same of calc() method. In...
  3. Replies
    6
    Views
    1,337

    Re: share data from methods

    thank you :-) I need use the variable c by main code and not print it. (This code in only sample) - So I need use that variable in the main code.
  4. Replies
    6
    Views
    1,337

    share data from methods

    Hi all and sorry for my question :-(

    I've this sample code:

    public class ShareVar {
    public static void main(String[] args) {

    System.out.println("Number is: "+c);

    }
Results 1 to 4 of 4